summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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 {