From ddf318871f74d0f09982da048f5e0299f0980ca6 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Sun, 18 Feb 2024 08:30:15 -0600 Subject: [PATCH] Change card padding & width again --- static/root.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/root.css b/static/root.css index e646bf2..fe8fc04 100644 --- a/static/root.css +++ b/static/root.css @@ -12,10 +12,10 @@ #card { background-color: rgb(25, 5, 80); - padding: 15px 5px; + padding: 15px; border: 2px white solid; margin: 20px auto; - width: 95%; + width: 90%; max-width: 800px; z-index: 3; position: relative;