Browse Source
Increased font size for paragraphs in posts
redesign
Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
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; } |
|
|