From ef8559d923b3346a281604ad2feed4d0cc5a8216 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 14 Nov 2021 17:16:25 -0600 Subject: [PATCH] Change series-box sizing to match table of contents --- assets/css/bobastyle.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index e5b8a31..c2534bd 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -144,9 +144,9 @@ /* Content formatting */ .series-box { background-color: #222; - padding: 16px; + padding: 8px 16px; border-radius: 8px; - margin: 20px 0; + margin: 15px 0; } #table-of-contents {