From fa5ddb1313763147bb17981a9e4ecd974a07a199 Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Sat, 10 May 2025 01:08:44 +0200 Subject: [PATCH] Make fonts smaller --- assets/css/styles.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 9a327e6..8c0761f 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -43,6 +43,7 @@ h3 { font-size: 1rem; font-weight: bold; margin-top: 2rem; + margin-bottom: 0.6em; } p, ul { line-height: 1.35rem; @@ -77,8 +78,8 @@ figcaption { figcaption .lang { color: #606060; font-weight: bold; - font-size: 0.8rem; - line-height: 1.5rem; + font-size: 0.7rem; + line-height: 1.3rem; padding: 0 0.4rem; } pre { @@ -123,5 +124,5 @@ a:hover { em { color: #505050; - font-size: 0.9rem; + font-size: 0.85rem; }