summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2016-04-03 21:59:56 +0200
committerSiri Reiter <siri@jones.dk>2016-04-03 21:59:56 +0200
commit6ce89f2f6f88be6f4ba8cb1aceec71b2035a9850 (patch)
tree1ccf8f62d499078cfcb5e1f7d0eb01a23e25e107 /style.scss
parent45cfb4573226321eb52aab92341f5a6be4f6d0a1 (diff)
Adjust h2 and h3 size, line-height and margins.
Diffstat (limited to 'style.scss')
-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 {