From b14e0e90fd75dcd604fd8b0aa63be6418c61b41b Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 10 Apr 2022 03:08:22 -0500 Subject: [PATCH] Don't make the gap bigger for regular list pages --- assets/css/bobastyle.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 7cad4bf..6031e27 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -66,6 +66,10 @@ flex-direction: column; list-style: none; padding: 0; + gap: 40px; +} + +.series-taxonomy ul { gap: 80px; }