Skip to content
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

Improve container responsiveness #74

Merged
merged 2 commits into from
Mar 31, 2022
Merged

Conversation

apmatthews
Copy link
Member

Consolidates a few different container sizes and breakpoints to result in better responsive scaling. The only remaining container breakpoint is at 1024px.

Screen.Recording.2022-03-30.at.5.42.11.PM.mov

@apmatthews apmatthews requested a review from a team as a code owner March 30, 2022 21:53
$container-max-width-sm: 64rem;
$container-max-width: 1200px;

$content-max-width: 620px;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$grid-max-width and $container-max-width-sm were very similar, so I merged them into a single $content-max-width variable.

blakewilson
blakewilson previously approved these changes Mar 31, 2022
Copy link
Contributor

@blakewilson blakewilson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@apmatthews Nice! Much better.

src/styles/_Grid.scss Outdated Show resolved Hide resolved
Co-authored-by: Joseph Fusco <josephfusco@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants