From a132ddfe5c2a4c8fa1d140feb46db37715baacd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6rkem?= Date: Fri, 2 May 2025 12:58:55 -0700 Subject: [PATCH] disregard media query --- style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 26431e1..539041c 100644 --- a/style.css +++ b/style.css @@ -96,7 +96,7 @@ background-color: white; } -@media (max-width: 1200px) { +/* @media (max-width: 1200px) { .UIbody{ @@ -106,11 +106,10 @@ background-color: white; } .topBar { - /* font-family: SW; */ width: 320px; height: 44px; margin-top: 10px; border: 1px solid gray; } - } \ No newline at end of file + } */ \ No newline at end of file