device width check

This commit is contained in:
Görkem 2025-05-02 13:08:33 -07:00
parent a132ddfe5c
commit 359164ed0a
2 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.5">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>My Website</title>
<link rel="stylesheet" href="./style.css">

View File

@ -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;
}
} */
}