From e367d0b1572aa0cfa02be06122c6f560369115b3 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Tue, 30 Jul 2024 23:17:40 +0100 Subject: [PATCH] Better horizontal site scaling --- resources/stylesheets/generic.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/stylesheets/generic.css b/resources/stylesheets/generic.css index 62458bac..27d38f88 100644 --- a/resources/stylesheets/generic.css +++ b/resources/stylesheets/generic.css @@ -43,13 +43,13 @@ body { display: flex; align-items: center; justify-content: center; - height: 100px; + height: fit-content; width: 60%; } -@media (max-width: 768px) { +@media (max-width: 1300px) { #box { - width: 90.22%; + width: 90%; } }