device width check
This commit is contained in:
parent
a132ddfe5c
commit
359164ed0a
@ -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.5">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<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">
|
||||||
|
@ -9,6 +9,7 @@ body {
|
|||||||
background-color: black;
|
background-color: black;
|
||||||
color: white;
|
color: white;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.recordingNo{
|
.recordingNo{
|
||||||
@ -96,7 +97,7 @@ background-color: white;
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* @media (max-width: 1200px) {
|
@media (max-width: 1200px) {
|
||||||
|
|
||||||
.UIbody{
|
.UIbody{
|
||||||
|
|
||||||
@ -112,4 +113,4 @@ background-color: white;
|
|||||||
border: 1px solid gray;
|
border: 1px solid gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
} */
|
}
|
Loading…
Reference in New Issue
Block a user