From 61a3d0c38814e41f27179e435a8c98fecd838661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6rkem?= Date: Fri, 2 May 2025 13:32:42 -0700 Subject: [PATCH] disable media queries --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 7962735..b4846c6 100644 --- a/style.css +++ b/style.css @@ -97,7 +97,7 @@ background-color: white; } -@media (max-width: 1200px) { +/* @media (max-width: 1200px) { .UIbody{ @@ -113,4 +113,4 @@ background-color: white; border: 1px solid gray; } - } \ No newline at end of file + } */ \ No newline at end of file