Skip to content

Commit

Permalink
max-widths adjusted for tablet and mobile breakpoints
Browse files Browse the repository at this point in the history
max-widths adjusted for tablet and mobile breakpoints  - improved UX for lower screen resolutions.
  • Loading branch information
Kellenkjames committed Jun 23, 2020
1 parent 6533ec8 commit 370b220
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scss/base/_spacings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}

@media (max-width: $bp-mobile-sm) {
max-width: 30rem;
max-width: 37rem;
}

@media (max-width: $bp-mobile-xs) {
Expand Down
2 changes: 1 addition & 1 deletion scss/component/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
}

@media (max-width: $bp-tablet-lg) {
font-size: 1.5rem;
font-size: 1.4rem;
}

@media (max-width: $bp-tablet) {
Expand Down
2 changes: 1 addition & 1 deletion scss/component/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}

@media (max-width: $bp-mobile-sm) {
max-width: 30rem;
max-width: 37rem;
}

@media (max-width: $bp-mobile-xs) {
Expand Down

0 comments on commit 370b220

Please sign in to comment.