diff options
-rw-r--r-- | local.css | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,7 +1,11 @@ -H1, +H1 { + margin-top: 1em; + margin-bottom: 1em; +} + H2, H3 { - margin-top: 0.2em; + margin-top: 1em; margin-bottom: 0.1em; } @@ -14,10 +18,6 @@ H6 { color: #06c; } -H1 { - margin-bottom: 1em; -} - H2 { font-size:1.6em; } |