width change

This commit is contained in:
Görkem 2025-05-02 12:48:27 -07:00
parent b2597e1e2a
commit c84b5178f3
2 changed files with 23 additions and 2 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.0">
<meta name="viewport" content="width=device-width, initial-scale=1.5">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>My Website</title>
<link rel="stylesheet" href="./style.css">

View File

@ -8,6 +8,7 @@
body {
background-color: black;
color: white;
margin: 0px;
}
.recordingNo{
@ -92,4 +93,24 @@ button {
.active {
color: black;
background-color: white;
}
}
@media (max-width: 800px) {
.UIbody{
width: 100%;
height: 100%;
}
.topBar {
/* font-family: SW; */
width: 320px;
height: 44px;
margin-top: 10px;
border: 1px solid gray;
}
}