From 0bebbc723297490f62e582e749ad58ba0aa0f943 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 28 Jul 2024 12:12:09 +0200 Subject: [PATCH] Reduce font sizes --- assets/styles.scss | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/assets/styles.scss b/assets/styles.scss index c04e2fd..b5c8070 100644 --- a/assets/styles.scss +++ b/assets/styles.scss @@ -54,25 +54,25 @@ body { margin: 0; min-height: 100vh; overflow-y: scroll; - font-size: $base-font-size * 1.1; - line-height: $base-line-height * 1.1; + font-size: $base-font-size * 1.0; + line-height: $base-line-height * 1.0; font-family: FreeSerif, serif; @media #{$mq-medium} { - font-size: $base-font-size*1.2; - line-height: $base-line-height*1.2; + font-size: $base-font-size*1.0; + line-height: $base-line-height*1.0; } @media #{$mq-large} { - font-size: $base-font-size*1.3; + font-size: $base-font-size*1.0; } @media #{$mq-xlarge} { - font-size: $base-font-size*1.4; + font-size: $base-font-size*1.0; } @media #{$mq-xxlarge} { - font-size: $base-font-size*1.6; + font-size: $base-font-size*1.0; } } @@ -247,7 +247,7 @@ figcaption { .page-title { text-align: center; - font-size: 1.9em; + font-size: 1.5em; } .page-title.blog { @@ -287,7 +287,7 @@ nav a { color: $text-color; padding: .25em .63em; font-family: FreeSans, sans-serif; - font-size: 1.2em; + font-size: 1.1em; display: block; } @@ -344,7 +344,7 @@ nav li:hover { .myname { margin: 0 auto 0 0; padding: 0 0 .25em .25em; - font-size: 2em; + font-size: 1.25em; } .myname a {