Merge pull request #672 from xm74/patch-6

Fix blockquote styles
This commit is contained in:
Diego Najar 2018-03-23 14:40:15 +01:00 committed by GitHub
commit 6467ee81fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -54,6 +54,13 @@ h2.title {
font-size: 2.3rem;
}
blockquote p {
padding: 10px 20px;
margin: 0 0 20px;
border-left: 5px solid #eee;
font-style: italic;
}
/* Navbar */
img.nav-svg-icon {
width: 1rem;
@ -93,4 +100,4 @@ footer {
.plugin ul {
list-style: none;
padding: 0 0 0 10px;
}
}