update blockquote position in article.styl (#213)
This commit is contained in:
parent
036b8c814f
commit
e459a63558
|
@ -93,7 +93,7 @@
|
|||
border-bottom: 1px solid color-border
|
||||
padding: 10px 0
|
||||
blockquote
|
||||
position: relative
|
||||
position: static
|
||||
font-family: font-serif
|
||||
font-size: 1.1em
|
||||
margin: 0 -20px
|
||||
|
@ -108,7 +108,7 @@
|
|||
font-size: 32px;
|
||||
font-family: FontAwesome
|
||||
text-align: center
|
||||
position: absolute
|
||||
position: static
|
||||
footer
|
||||
font-size: font-size
|
||||
margin: line-height 0
|
||||
|
|
Loading…
Reference in New Issue