summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-02-21 17:46:18 +0100
committerWynn Wolf Arbor2020-02-21 17:46:18 +0100
commita8dcad296b5b9feddb23abd9d18455716986c9b9 (patch)
tree294ace28d6ad108af1e2c4ad44221e4bb45382e0
parent416fc9f4550ba7db876ce86ec37421cf5cdb590f (diff)
downloadsite-a8dcad296b5b9feddb23abd9d18455716986c9b9.tar.gz
css: Adjust font sizes and line height
These should make the pages more comfortable to look at.
-rw-r--r--scss/man.scss4
-rw-r--r--scss/style.scss6
2 files changed, 7 insertions, 3 deletions
diff --git a/scss/man.scss b/scss/man.scss
index db02e86..8374f5c 100644
--- a/scss/man.scss
+++ b/scss/man.scss
@@ -4,8 +4,8 @@
body {
background-color: white;
font-family: "Alegreya Sans", sans;
- font-size: 1.4em;
- line-height: 1.4;
+ font-size: 1.3em;
+ line-height: 1.6;
margin: 1em auto;
max-width: 1024px;
padding: 0 1em;
diff --git a/scss/style.scss b/scss/style.scss
index a150089..e818f7b 100644
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -53,7 +53,11 @@ blockquote > p {
.post {
font-family: $font-sans;
- font-size: 1.5rem;
+ font-size: 1.3rem;
+
+ header {
+ font-size: 1.5rem;
+ }
}
nav.main ul {