File tree 1 file changed +18
-5
lines changed
1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ code {
13
13
border-radius : 0.25rem ;
14
14
}
15
15
16
+ .content {
17
+ @extend .body-big ;
18
+
19
+ line-height : 1.6875 ;
20
+ }
21
+
16
22
.navbar-item {
17
23
& .has-dropdown {
18
24
.navbar-dropdown {
@@ -211,8 +217,18 @@ code {
211
217
}
212
218
213
219
.single-post {
214
- .container {
215
- @extend .padding-horizontal-xxl ;
220
+ @media only screen and (min-width : 768px ) {
221
+ .container {
222
+ padding-left : 6rem ;
223
+ padding-right : 6rem ;
224
+ }
225
+ }
226
+
227
+ @media only screen and (max-width : 768px ) {
228
+ .container {
229
+ padding-left : 1.5rem ;
230
+ padding-right : 1.5rem ;
231
+ }
216
232
}
217
233
218
234
.single-post-header {
@@ -484,11 +500,8 @@ code {
484
500
}
485
501
486
502
.content {
487
- @extend .body-big ;
488
503
@extend .padding-bottom-xxl ;
489
504
@extend .padding-top-xl ;
490
-
491
- line-height : 1.6875 ;
492
505
}
493
506
}
494
507
}
You can’t perform that action at this time.
0 commit comments