From 3a11fc77be8bf51c3efef462819e2349ffe2e3e8 Mon Sep 17 00:00:00 2001 From: jultty Date: Sun, 18 Aug 2024 16:36:28 -0300 Subject: [PATCH] Reduce header art font size for mobile --- static/assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/assets/css/style.css b/static/assets/css/style.css index eb2ee79..46f5ec9 100644 --- a/static/assets/css/style.css +++ b/static/assets/css/style.css @@ -220,7 +220,7 @@ footer { .header-art { margin: 25px 0px 15px 20px; - font-size: 10px; + font-size: 8px; } ul#posts {