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
|
border-bottom: 1px solid color-border
|
||||||
padding: 10px 0
|
padding: 10px 0
|
||||||
blockquote
|
blockquote
|
||||||
position: relative
|
position: static
|
||||||
font-family: font-serif
|
font-family: font-serif
|
||||||
font-size: 1.1em
|
font-size: 1.1em
|
||||||
margin: 0 -20px
|
margin: 0 -20px
|
||||||
|
@ -108,7 +108,7 @@
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
font-family: FontAwesome
|
font-family: FontAwesome
|
||||||
text-align: center
|
text-align: center
|
||||||
position: absolute
|
position: static
|
||||||
footer
|
footer
|
||||||
font-size: font-size
|
font-size: font-size
|
||||||
margin: line-height 0
|
margin: line-height 0
|
||||||
|
|
Loading…
Reference in New Issue