Browse Source

Fix for blogdate margins

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

4
css/style.css

@ -206,8 +206,8 @@ h1, h2, h3, h4, h5, h6 {
h1.blogdate { h1.blogdate {
font-size: 72px; font-size: 72px;
color: #3399d4; color: #3399d4;
margin-bottom: 0px; margin-bottom: -10px;
margin-top: 0px; } margin-top: -10px; }
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white { h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
color: #fff; } color: #fff; }

Loading…
Cancel
Save