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 @@ -14,6 +14,12 @@ code {
14
14
border-radius : 0.25rem ;
15
15
}
16
16
17
+ .content {
18
+ @extend .body-big ;
19
+
20
+ line-height : 1.6875 ;
21
+ }
22
+
17
23
// Navbar
18
24
.navbar-item {
19
25
& .has-dropdown {
@@ -223,8 +229,18 @@ code {
223
229
224
230
// Single Post page
225
231
.single-post {
226
- .container {
227
- @extend .padding-horizontal-xxl ;
232
+ @include from ($desktop ) {
233
+ .container {
234
+ padding-left : 6rem ;
235
+ padding-right : 6rem ;
236
+ }
237
+ }
238
+
239
+ @include until ($desktop ) {
240
+ .container {
241
+ padding-left : 1.5rem ;
242
+ padding-right : 1.5rem ;
243
+ }
228
244
}
229
245
230
246
.single-post-header {
@@ -453,11 +469,8 @@ code {
453
469
}
454
470
455
471
.content {
456
- @extend .body-big ;
457
472
@extend .padding-bottom-xxl ;
458
473
@extend .padding-top-xl ;
459
-
460
- line-height : 1.6875 ;
461
474
}
462
475
}
463
476
}
You can’t perform that action at this time.
0 commit comments