blockquote margins

This commit is contained in:
Tanner Nelson 2016-08-07 16:31:05 -04:00
parent 7b7c3df48f
commit 66cbf54a83
No known key found for this signature in database
GPG Key ID: 9C24375C64856B76
3 changed files with 3 additions and 1 deletions

View File

@ -270,6 +270,7 @@ main {
margin-bottom: 12px;
line-height: 1.75; }
main blockquote {
margin: 0;
background: rgba(247, 202, 201, 0.2);
margin-top: 18px;
margin-bottom: 18px;

File diff suppressed because one or more lines are too long

View File

@ -309,6 +309,7 @@ main
line-height: 1.75
blockquote
margin: 0
background: rgba(247, 202, 201, 0.2)
margin-top: 18px
margin-bottom: 18px