Browse Source

Merge pull request #2 from loganwedwards/feature/fix-post-h1-css

Fix margin spacing error
master
digitalcraftsman 9 years ago
parent
commit
a96945b17e
  1. 4
      static/css/style.css

4
static/css/style.css

@ -227,7 +227,7 @@ em, i { font-style: italic; }
}
.post h1 {
margin-bottom:2 0px;
margin-bottom: 20px;
color: #222;
font: 300 32px/1.4em "Helvetica Neue", Helvetica,Arial,sans-serif;
}
@ -641,4 +641,4 @@ h2.month {
.post h2.headline { font-size: 13px; }
.post h1 { font-size:24px; }
.post h2 { font-size:20px; }
}
}
Loading…
Cancel
Save