From 2972386dd9dcd513256c2984d1c99f4b1e240a33 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Thu, 23 Jul 2026 23:29:21 +0200 Subject: Center the tags list horizontally on mobile views --- public/stylesheets/ccc.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'public/stylesheets') diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index b2160e66..79f2ea2f 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css @@ -666,6 +666,13 @@ div#tags li { line-height: 1.4; } +@media(max-width:1015px) { + div#tags ul, + div#featured_articles ul { + justify-content: center; + } +} + /* ========================================================================== 9. ARTICLE CONTENT ========================================================================== -- cgit v1.3