From f5a073f0b1cfe24dd0eb8a2a76def2f499303e7a Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Sun, 1 Dec 2024 13:07:37 +0000 Subject: [PATCH] bunker_like: heading and subtitle font sizes --- stylesheets/bunker_like.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/bunker_like.css b/stylesheets/bunker_like.css index 638d9a10..aec8b891 100644 --- a/stylesheets/bunker_like.css +++ b/stylesheets/bunker_like.css @@ -47,12 +47,12 @@ h1, div.title, header div.subtitle { font-family: Courier, monospace; } h1 { - font-size: 24pt; + font-size: 18pt; font-weight: bold; letter-spacing: 0px; } header div.subtitle { - font-size: 12pt; + font-size: 10pt; } /* FORMS AND BUTTONS */