From 9cd9050d959614e7c1b996994473c82c11b781e4 Mon Sep 17 00:00:00 2001 From: Violet Date: Thu, 12 Oct 2023 16:38:52 -0500 Subject: [PATCH] PADDING --- static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index f50d15a..ad05cb8 100644 --- a/static/style.css +++ b/static/style.css @@ -48,14 +48,14 @@ body { max-height: 95%; */ width: 100%; height: 100%; - padding: 5px; + padding: 15px; background-color: var(--bg-color-2); background-image: linear-gradient(var(--bg-color-1), var(--bg-color-2)); overflow: auto; } #card > p { - padding: 5px 5%; + padding: 5px; } .miniCard { @@ -108,7 +108,7 @@ p { color: white; font-size: 1.2rem; padding: 0; - margin: 5px; + margin: 10px; } img {