From 971191936a388b317ee8f62a2534acbe89442157 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Wed, 23 Oct 2024 21:35:18 +0200 Subject: [PATCH] style.css: adjust catalog thread centering --- stylesheets/style.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 4b71246e..f42cbd10 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -936,13 +936,20 @@ pre { border: 2px solid rgba(153,153,153,0); } +/* Still for the catalog theme */ +#Grid { + display: flex; + flex-wrap: wrap; + justify-content: center; + align-content: center; + gap: 0.2em; +} + .theme-catalog div.thread { display: inline-block; vertical-align: top; text-align: center; font-weight: normal; - margin-top: 2px; - margin-bottom: 2px; padding: 2px; height: 300px; width: 205px; @@ -961,7 +968,6 @@ pre { .theme-catalog div.threads { text-align: center; - margin-left: -20px; } .theme-catalog div.thread:hover {