From c84b5178f3af7eb3428ac0c74a7db66feff3f9ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6rkem?= Date: Fri, 2 May 2025 12:48:27 -0700 Subject: [PATCH] width change --- index.html | 2 +- style.css | 23 ++++++++++++++++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 277f642..3f7d7f8 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + My Website diff --git a/style.css b/style.css index 0a198e7..009e618 100644 --- a/style.css +++ b/style.css @@ -8,6 +8,7 @@ body { background-color: black; color: white; + margin: 0px; } .recordingNo{ @@ -92,4 +93,24 @@ button { .active { color: black; background-color: white; -} \ No newline at end of file +} + + +@media (max-width: 800px) { + + .UIbody{ + + width: 100%; + height: 100%; + + } + + .topBar { + /* font-family: SW; */ + width: 320px; + height: 44px; + margin-top: 10px; + border: 1px solid gray; + } + + } \ No newline at end of file