width change
This commit is contained in:
parent
b2597e1e2a
commit
c84b5178f3
@ -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">
|
||||
|
23
style.css
23
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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 800px) {
|
||||
|
||||
.UIbody{
|
||||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
}
|
||||
|
||||
.topBar {
|
||||
/* font-family: SW; */
|
||||
width: 320px;
|
||||
height: 44px;
|
||||
margin-top: 10px;
|
||||
border: 1px solid gray;
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user