Browse Source

Added class for no padding post overview

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

3
css/style.css

@ -932,6 +932,9 @@ nav.wrapper {
.post.alt .post-content { .post.alt .post-content {
padding: 20px 40px; } padding: 20px 40px; }
post.alt .post-content.blog {
padding: 0px; }
.post.single { .post.single {
border: none; border: none;
padding: 0; } padding: 0; }

Loading…
Cancel
Save