diff options
-rw-r--r-- | style.scss | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -53,11 +53,9 @@ h1 { font-weight: normal; color: DarkRed; - margin-bottom: 0.1em; line-height: 1.4em; } - h4, h5, h6 { @@ -74,6 +72,7 @@ h3 { font-weight: bold; } +h1, h2, h3 { margin-top: 0; @@ -87,15 +86,14 @@ a { } p { - margin-top: 0.2em; - margin-bottom: 1.2em; +// margin-top: 0.2em; +// margin-bottom: 1.2em; } i { @include h5bp-hidden; } - ul { margin-bottom: 1.2em; } |