summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2017-09-03 11:13:17 +0200
committerSiri Reiter <siri@jones.dk>2017-09-03 11:13:17 +0200
commitecb9f0dde97f4aaf9cf1cd2712355cab8ab3aaa2 (patch)
treea2fdef67c6626adc8d26cf76487457fa6f45aa9a /style.scss
parent10a9990c89200777fab3be6db894c61c48d417ee (diff)
Reduce margin top of h1 and experimentally remove special margins of p.
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss8
1 files changed, 3 insertions, 5 deletions
diff --git a/style.scss b/style.scss
index 30fed7a..d0b3f5d 100644
--- a/style.scss
+++ b/style.scss
@@ -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;
}