Browse Source

Fixed padding on the blockquote

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
25bc55b4bd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      css/style.css

2
css/style.css

@ -969,7 +969,7 @@ post.alt .post-content.blog {
margin-top: -100px; margin-top: -100px;
position: relative; } position: relative; }
.post.single blockquote { .post.single blockquote {
padding: 20px 40px; padding: 20px 30px;
font-style: italic; font-style: italic;
border-left: none; border-left: none;
color: #333; color: #333;

Loading…
Cancel
Save