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"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <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"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>My Website</title> <title>My Website</title>
<link rel="stylesheet" href="./style.css"> <link rel="stylesheet" href="./style.css">

View File

@ -8,6 +8,7 @@
body { body {
background-color: black; background-color: black;
color: white; color: white;
margin: 0px;
} }
.recordingNo{ .recordingNo{
@ -93,3 +94,23 @@ button {
color: black; color: black;
background-color: white; 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;
}
}