Browse Source

Make margin after h2 relative

master
Schneider 7 years ago
parent
commit
b9c1d5b831
  1. 2
      static/css/style.css

2
static/css/style.css

@ -240,7 +240,7 @@ em, i { font-style: italic; }
}
.post h2 {
margin-bottom: 40px;
margin-bottom: 1em;
font: 300 150%/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
color: #111;
}

Loading…
Cancel
Save