Browse Source

Increased font size for paragraphs in posts

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

3
css/style.css

@ -860,6 +860,9 @@ nav.wrapper {
color: white; color: white;
padding: 8px; } padding: 8px; }
.post-content p {
font-size: 18px; }
.recent-post { .recent-post {
margin-bottom: 0; margin-bottom: 0;
border: none; } border: none; }

Loading…
Cancel
Save