css
This commit is contained in:
parent
d611d69849
commit
fa03c8ad96
|
@ -24,8 +24,11 @@ article.md.content
|
||||||
&.indent
|
&.indent
|
||||||
>p:not([class])
|
>p:not([class])
|
||||||
text-indent: 'calc(%s * 2)' % $fs-p
|
text-indent: 'calc(%s * 2)' % $fs-p
|
||||||
|
text-align: justify
|
||||||
h1,h2,h3,h4,h5,h6
|
h1,h2,h3,h4,h5,h6
|
||||||
text-align: center
|
text-align: center
|
||||||
|
>h2:not([class])
|
||||||
|
border-bottom-style: dashed
|
||||||
>:first-child
|
>:first-child
|
||||||
margin-top: 1rem
|
margin-top: 1rem
|
||||||
h1:not(:first-child)
|
h1:not(:first-child)
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
.post-list #archive
|
.post-list #archive
|
||||||
|
padding: 1rem
|
||||||
.archive-header
|
.archive-header
|
||||||
display: inline-block
|
display: inline-block
|
||||||
font-family: $ff-code
|
font-family: $ff-code
|
||||||
|
|
Loading…
Reference in New Issue