20
20
padding : 0 ;
21
21
border-top : 8px solid # 333 ;
22
22
font-family : "Lato" , sans-serif;
23
- font-size : 16px ;
23
+ font-size : 20px ;
24
+ line-height : 32px ;
24
25
color : # 333 ;
25
26
}
26
27
36
37
width : 90% ;
37
38
}
38
39
article {
39
- font-size : 18px !important ;
40
+ font-size : 20px !important ;
41
+ line-height : 32px !important ;
40
42
}
41
43
}
42
44
53
55
54
56
}
55
57
56
- h1 {
57
- margin-top : 0.9em ;
58
- font-size : 1.3em ;
59
- font-weight : normal;
60
- font-style : normal;
61
- text-align : center;
62
- }
63
-
64
- h2 {
65
- margin-top : 0.9em ;
66
- font-size : 1em ;
67
- font-weight : bold;
68
- font-style : normal;
69
- }
70
-
71
58
.wrap > footer {
72
59
margin-top : 2em ;
73
60
padding : 2em 0 ;
@@ -178,14 +165,6 @@ article header {
178
165
text-align : center;
179
166
}
180
167
181
- article header h1 {
182
- font-size : 1.5em ;
183
- font-weight : bold;
184
- font-style : normal;
185
- line-height : 1em ;
186
- text-align : center;
187
- }
188
-
189
168
article header time {
190
169
font-size : 0.9em ;
191
170
font-style : normal;
@@ -200,9 +179,11 @@ article hr {
200
179
}
201
180
202
181
# content img {
203
- max-width : 100% ;
204
- margin : 4px auto;
205
- display : block;
182
+ max-width : 100% ;
183
+ max-height : 512px ;
184
+ margin : 4px auto;
185
+ display : block;
186
+ height : auto;
206
187
}
207
188
208
189
article p .word1 , article p .word2 , article p .word3 {
@@ -328,11 +309,14 @@ iframe {
328
309
}
329
310
330
311
div # content {
331
- margin : 0% 26 % ; /* default margin for larger screens */
312
+ margin : 0% 12 % ; /* default margin for larger screens */
332
313
}
333
314
334
315
@media only screen and (max-width : 767px ) {
335
316
/* small screens */
317
+ # wrap {
318
+ padding : 0px 10px ;
319
+ }
336
320
div # content {
337
321
margin : 0% 5px ; /* 5px margin on small screens */
338
322
}
@@ -389,10 +373,6 @@ li.title {
389
373
text-align : left;
390
374
}
391
375
392
- h1 , h2 , h3 , h4 , h5 , h6 {
393
- font-weight : bold;
394
- }
395
-
396
376
input # reader-email {
397
377
border-radius : 5px ;
398
378
width : 80% ;
@@ -753,3 +733,12 @@ input#archive-search {
753
733
display : block;
754
734
width : 200px ;
755
735
}
736
+
737
+ p > code {
738
+ border-radius : 6px ;
739
+ padding : 1px ;
740
+ margin : 1px ;
741
+ color : rgb (31 , 35 , 40 , 0.9 );
742
+ background-color : rgba (175 , 184 , 193 , 0.2 );
743
+ border : 1px solid rgb (31 , 35 , 40 );
744
+ }
0 commit comments