mirror of https://github.com/vapor/docs.git
blockquote margins
This commit is contained in:
parent
7b7c3df48f
commit
66cbf54a83
|
|
@ -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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue