From 697c2a2992ab984742476a0d7bea9f1f28874558 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:49:59 -0600 Subject: [PATCH] core: more spacing issue cleanup --- default.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/default.css b/default.css index 572c26d..92e5de9 100644 --- a/default.css +++ b/default.css @@ -22,7 +22,7 @@ canvas { min-height: 800px; max-width: 80rem; margin: 0 auto; - padding: 2rem 0; + padding: 2rem 1.5rem; } .first { @@ -137,7 +137,6 @@ a.button { text-align: center; border-radius: 18px; animation: card 3s linear infinite; - width: 78rem; height: 800px; margin: 0px auto; margin-top: 25px;