From de802df9f2406bb597ecfe8ac824303381092208 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Sun, 7 Jan 2024 22:49:08 +1300 Subject: [PATCH] font size tweak --- app/static/structure.css | 2 +- app/static/structure.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/static/structure.css b/app/static/structure.css index 308b88b5..226e4941 100644 --- a/app/static/structure.css +++ b/app/static/structure.css @@ -523,7 +523,7 @@ fieldset legend { padding-bottom: 8px; } .post_list .post_teaser h3 { - font-size: 120%; + font-size: 110%; margin-top: 4px; margin-bottom: 0; } diff --git a/app/static/structure.scss b/app/static/structure.scss index 879a690c..fe7e10a4 100644 --- a/app/static/structure.scss +++ b/app/static/structure.scss @@ -159,7 +159,7 @@ nav, etc which are used site-wide */ .post_teaser { h3 { - font-size: 120%; + font-size: 110%; margin-top: 4px; margin-bottom: 0; }