Skip to content

Commit 341fc7d

Browse files
committed
Text size should only be larger for "larger" displays.
1 parent d87699b commit 341fc7d

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

source/css/style.css

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
.text p, .text ul, .text ol {
2-
font-size: 1.4em;
3-
line-height: 1.6em;
4-
}
5-
6-
.text li, {
7-
margin-top: 10px;
8-
}
9-
101
.jumbotron {
112
text-align: center;
123
margin: 2em 0;
@@ -142,3 +133,14 @@ ol.conventions .no {
142133
margin-top: -0.2em;
143134
}
144135
}
136+
137+
@media (min-width: 768px) {
138+
.text p, .text ul, .text ol {
139+
font-size: 1.4em;
140+
line-height: 1.6em;
141+
}
142+
143+
.text li, {
144+
margin-top: 10px;
145+
}
146+
}

0 commit comments

Comments
 (0)