From dbe22cd175f8fbc9d983a3dd09da59fd97fc59e1 Mon Sep 17 00:00:00 2001 From: elpatron Date: Sun, 22 Mar 2026 19:01:31 +0100 Subject: [PATCH] Update article tile button styles in index.html to improve responsiveness and visual consistency --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 166f36c..cf23fa9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -67,8 +67,8 @@ } .article-tile .btn .article-icon { - font-size: min(18vw, 22vh); - line-height: 1; + font-size: min(12vw, 11vh); + line-height: 1.1; margin-bottom: 0.25rem; }