From 8ea9394d6d5afae67f7373bc359e53f7d44762ae Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 15 Jan 2026 08:28:58 +0100 Subject: Reduce footer font size --- resources/sass/style.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'resources/sass') diff --git a/resources/sass/style.scss b/resources/sass/style.scss index 13242db..00447e6 100644 --- a/resources/sass/style.scss +++ b/resources/sass/style.scss @@ -99,6 +99,10 @@ body { font-size: larger; } +.smaller { + font-size: smaller; +} + .wrap-anywhere { word-wrap: anywhere; /* utlity to prevent horizontal scrolling on small screens */ } -- cgit v1.2.3