From 226cfd3b75f992eb3cdff18227ca9f64f9a3f5d2 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:37:45 -0600 Subject: [PATCH] core: resize some other width to rem --- default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.css b/default.css index 4be9383..e797beb 100644 --- a/default.css +++ b/default.css @@ -24,7 +24,7 @@ canvas { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; padding: 6px; - max-width: 900px; + max-width: inherit; margin: auto; display: flex; } @@ -141,7 +141,7 @@ a.button { text-align: center; border-radius: 18px; animation: card 3s linear infinite; - width: 800px; + width: 78rem; height: 800px; margin: 0px auto; margin-top: 25px;