From 9bd0c07b908b04b31321a43bc117846fdb9ba63c Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 25 Jul 2022 18:58:08 +0200 Subject: [PATCH] style: Increase font size for category buttons Signed-off-by: Philip Withnall Fixes: #1758 --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index 35c0811e5..6521aee6e 100644 --- a/src/style.css +++ b/src/style.css @@ -42,6 +42,7 @@ screenshot-carousel button, min-width: 140px; padding: 20px 10px; font-weight: 900; + font-size: larger; } clamp.medium .category-tile:not(.category-tile-iconless) { -- GitLab