added redux
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
@import url(./fonts/fonts.css);
|
||||
|
||||
body {
|
||||
font-family: "Inter";
|
||||
color: #ebebeb;
|
||||
margin: 0 auto;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
background: #0e0e0e;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.player {
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
border-style: none;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.main {
|
||||
margin: 0 auto;
|
||||
width: 1200px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1600px) {
|
||||
.main {
|
||||
width: 1440px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1279px) {
|
||||
.main {
|
||||
width: 1000px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1024px) {
|
||||
.main {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
gap: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 640px) {
|
||||
.main {
|
||||
width: 100%;
|
||||
gap: 0;
|
||||
padding: 0 10px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user