Skip to content

Commit 4c1340a

Browse files
Kevin SuttleKevin Suttle
authored andcommitted
Update higher res breakpoint
1 parent 31c265a commit 4c1340a

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

_sass/_reflow.scss

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66
}
77

8-
@media screen and (min-width: 32.941176471em) {
8+
@media screen and (min-width: 33em) {
99
body {
1010
font-size: 100%;
1111
margin-top: 0.5em;
@@ -23,7 +23,7 @@
2323
}
2424
}
2525

26-
@media all and (min-width: 41.875em) {
26+
@media all and (min-width: 42em) {
2727
body {
2828
font-size: 110%;
2929
}
@@ -40,12 +40,16 @@
4040
}
4141
}
4242

43-
@media screen and (min-width: 75em) {
43+
@media screen and (min-width: 55em) {
4444
body {
4545
font-size: 125%;
4646
}
47-
.page-wrapper,
48-
.footer-wrapper {
49-
max-width: 30em;
47+
}
48+
@media screen and (min-width: 75em) {
49+
body {
50+
font-size: 140%;
51+
}
52+
article {
53+
line-height: 1.6em;
5054
}
5155
}

0 commit comments

Comments
 (0)