We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87699b commit 341fc7dCopy full SHA for 341fc7d
source/css/style.css
@@ -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
10
.jumbotron {
11
text-align: center;
12
margin: 2em 0;
@@ -142,3 +133,14 @@ ol.conventions .no {
142
133
margin-top: -0.2em;
143
134
}
144
135
136
+
137
+@media (min-width: 768px) {
138
+ .text p, .text ul, .text ol {
139
+ font-size: 1.4em;
140
+ line-height: 1.6em;
141
+ }
+ .text li, {
+ margin-top: 10px;
145
146
+}
0 commit comments