-
-
Notifications
You must be signed in to change notification settings - Fork 798
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update toolkit page subheadings #1999
Update toolkit page subheadings #1999
Conversation
From your project repository, check out a new branch and test the changes.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@macho-catt I was able to pull the changes and verify locally. It looks awesome. Thank you for your detailed pull request and comment to notate the addition of the $screen-desktop-large
and implementation for the Toolkit
page. Great work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, @macho-catt it's looking good, but there's still unalignment happening below 960px width. If you could please make changes so it's aligned with cards before it gets centered in mobile-screen.
Screen.Recording.2021-07-29.at.6.45.33.PM.mov |
@Abel-Zambrano good catch! I'll work on that, thanks! |
New commits for @Abel-Zambrano's change request What changes did you make and why did you make them ?
Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@macho-catt Wow! That looks great! Sorry, one more thing, I must've missed it. On file _toolkit.scss, can you move line 308's code for h2's margin-bottom into media query bp-below-mobile (line 314) so it can be aligned with the button on the right?
How it looks now
How it should look
This change will also give the h2 and button some breathing room when viewed on mobile-screens |
Thanks @Abel-Zambrano Changes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work! @macho-catt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job @macho-catt. Thank you for your edits.
Fixes #1479
What changes did you make and why did you make them ?
Refer to issue Update toolkit page subheadings #1999. This part, the accompanying divs in toolkit.html (lines 89 and 109),
and $screen-desktop-large under layout.scss were added to take into account how the external
resources look at a certain breakpoint ($bp-desktop-large-up). As of 7/22/2021, there are only three resources in the list.
Since suggest-site-group div was added to the grid and takes up the entire first row, the rows that
follow does not go to the center and instead aligns to the left. The media queries here fixes that.
When there are four or more resources added in the future, this part (and the divs in toolkit.html)
can be removed.
Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)
Full page before
Full page after
Guides responsiveness
External Resources responsiveness