File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
/* Small screens (default) */
4
4
html { font-size : 100% ; }
5
-
5
+
6
6
/* Medium screens (640px) */
7
- @media (min-width : 40rem ) {
7
+ @media (min-width : 40rem ) {
8
8
html { font-size : 112% ; }
9
9
}
10
-
10
+
11
11
/* Large screens (1024px) */
12
- @media (min-width : 64rem ) {
12
+ @media (min-width : 64rem ) {
13
13
html { font-size : 120% ; }
14
14
}
15
15
@@ -139,7 +139,7 @@ input.searchButton {
139
139
140
140
/* border: 1px solid black; */
141
141
142
- counter-reset : section;
142
+ counter-reset : section;
143
143
}
144
144
145
145
@media (min-width : 40rem ) {
@@ -166,9 +166,6 @@ input.searchButton {
166
166
}
167
167
168
168
# content code {
169
- padding-left : 3px ;
170
- padding-right : 3px ;
171
-
172
169
color : # a6e22e ;
173
170
font-size : 0.7rem ;
174
171
font-weight : normal;
@@ -178,10 +175,12 @@ input.searchButton {
178
175
border-radius : 2px ;
179
176
}
180
177
181
- # content p > code ,
178
+ # content p code ,
182
179
# content li > code ,
183
180
# content h2 > code ,
184
181
# content h3 > code {
182
+ padding-left : 3px ;
183
+ padding-right : 3px ;
185
184
color : # c7254e ;
186
185
background : # f9f2f4 ;
187
186
}
@@ -361,7 +360,7 @@ input.searchButton {
361
360
margin-left : 560px ;
362
361
363
362
font-size : 14px ;
364
- }
363
+ }
365
364
}
366
365
367
366
# flip {
You can’t perform that action at this time.
0 commit comments