Fix blockquote styles

This commit is contained in:
Max Kostikov 2018-03-23 15:34:03 +02:00 committed by GitHub
parent b3ed00f45d
commit 736cc4ab66
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;
}
}