From b1377ac694e27d37e6d1471362b629d009127de8 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sun, 5 Dec 2021 23:44:04 +0800 Subject: [PATCH] Improve heading font-size & layout --- _sass/addon/commons.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_sass/addon/commons.scss b/_sass/addon/commons.scss index 71925af..1901a65 100644 --- a/_sass/addon/commons.scss +++ b/_sass/addon/commons.scss @@ -48,7 +48,7 @@ body { h1 { @extend %heading; - font-size: 1.8rem; + font-size: 1.9rem; } h2 { @@ -56,7 +56,7 @@ h2 { @extend %section; @extend %anchor; - font-size: 1.4rem; + font-size: 1.5rem; } h3 { @@ -64,7 +64,7 @@ h3 { @extend %section; @extend %anchor; - font-size: 1.25rem; + font-size: 1.2rem; } h4 { @@ -362,7 +362,7 @@ img[data-src] { .post { h1 { margin-top: 3rem; - margin-bottom: 1rem; + margin-bottom: 1.5rem; } a {