Tidy up blockquote css style

This commit is contained in:
Nick O'Leary 2019-03-05 20:56:35 +00:00
parent 781b3aff1b
commit 38b5063038
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 14 additions and 0 deletions

View File

@ -71,6 +71,7 @@ body {
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
padding-top: 100px;
background: $background-color;
color: #333333;
}
#main-container {
@ -135,3 +136,16 @@ pre code {
.hide {
display: none;
}
blockquote {
padding: 0 0 0 15px;
margin: 0 0 20px;
border-left: 4px solid #ddd;
p {
font-size: 14px;
font-weight: inherit;
line-height: 1.25;
color: #777;
}
}