File tree 4 files changed +7
-25
lines changed
themes/vocabulary_theme/templates
4 files changed +7
-25
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ <h2 class="title">{{ this.title }}</h2>
31
31
{% endif %}
32
32
</ div >
33
33
</ header >
34
- < div class ="single-post-body markdown container ">
34
+ < div class ="single-post-body content container ">
35
35
{{ this.body }}
36
36
</ div >
37
37
< footer class ="single-post-footer container ">
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ <h4 class="step-header">Steps</h4>
24
24
</ ul >
25
25
</ div >
26
26
</ div >
27
- < div class ="column markdown content ">
27
+ < div class ="column content ">
28
28
{{ this.body }}
29
29
</ div >
30
30
</ div >
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ <h4 class="b-header">On this page</h4>
105
105
</ aside >
106
106
</ div >
107
107
</ div >
108
- < div class ="column markdown content ">
108
+ < div class ="column content ">
109
109
{{ this.body }}
110
110
</ div >
111
111
</ div >
Original file line number Diff line number Diff line change @@ -13,27 +13,6 @@ code {
13
13
border-radius : 0.25rem ;
14
14
}
15
15
16
- .markdown {
17
- @extend .body-big ;
18
-
19
- line-height : 1.6875 ;
20
-
21
- p {
22
- @extend .padding-vertical-small ;
23
- }
24
-
25
- h1 ,h2 ,h3 ,h4 ,h5 ,h6 {
26
- & :not (:first-of-type ) {
27
- @extend .padding-top-large ;
28
- @extend .padding-bottom-small ;
29
- }
30
- }
31
-
32
- ol ,ul {
33
- @extend .padding-horizontal-big ;
34
- }
35
- }
36
-
37
16
.navbar-item {
38
17
& .has-dropdown {
39
18
.navbar-dropdown {
@@ -505,8 +484,11 @@ code {
505
484
}
506
485
507
486
.content {
487
+ @extend .body-big ;
508
488
@extend .padding-bottom-xxl ;
509
- @extend .padding-top-larger ;
489
+ @extend .padding-top-xl ;
490
+
491
+ line-height : 1.6875 ;
510
492
}
511
493
}
512
494
}
You can’t perform that action at this time.
0 commit comments