From f084a2b9566febea6bafa125cc41db971b8f21be Mon Sep 17 00:00:00 2001 From: Sami Date: Thu, 31 Jul 2025 23:19:58 -0400 Subject: [PATCH] let's try this --- CSS/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CSS/styles.css b/CSS/styles.css index a399b31..55ba088 100644 --- a/CSS/styles.css +++ b/CSS/styles.css @@ -73,7 +73,6 @@ body{ display: grid; justify-content: center; align-content: center; - flex: 1; grid-template-columns: repeat(5, 4em); grid-template-rows: repeat(6, 4em); gap: .25em; @@ -306,7 +305,7 @@ body.dark-theme{ } /* Mobile responsiveness */ -@media (max-width: 480px) { +@media (max-width: 380px) { .definition-alert { max-width: 90%; font-size: 13px;