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