From e15c149594f5ffebe3661a7aca72a2228c16b0f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Sat, 6 Jan 2024 09:46:49 -0300 Subject: [PATCH 1/2] Widen mobile display so that we have more words on the same line --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 00c3c4331..8960c2ed8 100644 --- a/src/style.css +++ b/src/style.css @@ -673,7 +673,7 @@ h6.top-category-header a:hover { .cat-grid-container { display: grid; - grid-template-columns: 2rem auto 6.5rem; + grid-template-columns: 2rem auto 4rem; margin-bottom: 1rem; } @@ -682,7 +682,7 @@ h6.top-category-header a:hover { } .cat-rule-count { - padding-left: 2rem; + padding-left: 1rem; color: #ccc; } From 3e05217e1b3f835e40a921d7d1397c4622702529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Sat, 6 Jan 2024 09:52:20 -0300 Subject: [PATCH 2/2] Update style.css --- src/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/style.css b/src/style.css index 8960c2ed8..e3dd453f8 100644 --- a/src/style.css +++ b/src/style.css @@ -682,7 +682,6 @@ h6.top-category-header a:hover { } .cat-rule-count { - padding-left: 1rem; color: #ccc; }