From 359164ed0ac150180e54f3ae9335ad280537b23b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6rkem?= Date: Fri, 2 May 2025 13:08:33 -0700 Subject: [PATCH] device width check --- index.html | 2 +- style.css | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 3f7d7f8..277f642 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + My Website diff --git a/style.css b/style.css index 539041c..53bfcc7 100644 --- a/style.css +++ b/style.css @@ -9,6 +9,7 @@ body { background-color: black; color: white; margin: 0px; + overflow: hidden; } .recordingNo{ @@ -96,7 +97,7 @@ background-color: white; } -/* @media (max-width: 1200px) { +@media (max-width: 1200px) { .UIbody{ @@ -112,4 +113,4 @@ background-color: white; border: 1px solid gray; } - } */ \ No newline at end of file + } \ No newline at end of file