Modified styles
- Added blockquote style - Added variables file - Justified text (experimental)
This commit is contained in:
parent
4e1cc2e563
commit
1ebca0665a
5 changed files with 22 additions and 5 deletions
|
@ -8,6 +8,7 @@ article.blog-post
|
|||
|
||||
.content
|
||||
margin-top: 1em
|
||||
text-align: justify
|
||||
|
||||
img
|
||||
display: block
|
||||
|
@ -15,3 +16,15 @@ article.blog-post
|
|||
|
||||
img
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2)
|
||||
|
||||
blockquote
|
||||
display: block
|
||||
background: #eee
|
||||
font-style: italic
|
||||
padding: 15px 20px 15px 20px
|
||||
font-family: Georgia, serif
|
||||
color: #666
|
||||
text-align: justify
|
||||
|
||||
p
|
||||
margin: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue