From 2c67f7ad16a7211e455d91fcbed2948d66115ca6 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 1 Mar 2018 08:28:09 -0500 Subject: [PATCH] I hate CSS --- style.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 6f84b3b..d4eeaa9 100644 --- a/style.css +++ b/style.css @@ -216,7 +216,9 @@ input[type="checkbox"]:checked ~ .reveal-if-active { .custom-category-sub { text-align: center; margin: 10px; - width: 400px; + width: 500px; + padding: 0px; + margin: 0px; } body.light .custom-category { @@ -285,6 +287,7 @@ body.dark input[type="checkbox"]:checked+ display: flex; flex-wrap: wrap; align-items: center; + text-align: center; width: 500px; } @@ -299,12 +302,16 @@ body.dark input[type="checkbox"]:checked+ flex: 1 0 200px; } +.flex-outer-sub { + padding: 0px; +} + .flex-outer-sub li, .flex-inner { display: flex; flex-wrap: wrap; align-items: center; - width: 400px; + width: 500px; } .flex-outer-sub label,