We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c265a commit 4c1340aCopy full SHA for 4c1340a
_sass/_reflow.scss
@@ -5,7 +5,7 @@
5
}
6
7
8
-@media screen and (min-width: 32.941176471em) {
+@media screen and (min-width: 33em) {
9
body {
10
font-size: 100%;
11
margin-top: 0.5em;
@@ -23,7 +23,7 @@
23
24
25
26
-@media all and (min-width: 41.875em) {
+@media all and (min-width: 42em) {
27
28
font-size: 110%;
29
@@ -40,12 +40,16 @@
40
41
42
43
-@media screen and (min-width: 75em) {
+@media screen and (min-width: 55em) {
44
45
font-size: 125%;
46
47
- .page-wrapper,
48
- .footer-wrapper {
49
- max-width: 30em;
+}
+@media screen and (min-width: 75em) {
+ body {
50
+ font-size: 140%;
51
+ }
52
+ article {
53
+ line-height: 1.6em;
54
55
0 commit comments