device width check
This commit is contained in:
parent
a132ddfe5c
commit
359164ed0a
@ -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">
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
} */
|
||||
}
|
Loading…
Reference in New Issue
Block a user