summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.scss15
1 files changed, 8 insertions, 7 deletions
diff --git a/style.scss b/style.scss
index 372a00d..5db77ba 100644
--- a/style.scss
+++ b/style.scss
@@ -57,10 +57,6 @@ h1 {
line-height: 1.4em;
}
-h2,
-h3 {
- margin-bottom: 0.1em;
-}
h4,
h5,
@@ -70,13 +66,18 @@ h6 {
h2 {
font-weight: normal;
- font-size: 1.4em;
+ font-size: 1.5em;
}
h3 {
- font-size: 1.1em;
+ font-size: 1.25em;
font-weight: bold;
- line-height: 1.6em;
+}
+
+h2,
+h3 {
+ margin-top: 0;
+ margin-bottom: 0.1em;
}
a {