unzoom background on pc

This commit is contained in:
hokkqi 2020-06-24 12:01:13 +02:00
parent 0ddc2d690d
commit d062afe125

View file

@ -2,8 +2,8 @@ body {
background-color: black;
color: white;
background-image: url("/assets/images/NSW2-BG.jpg");
background-repeat: no-repeat;
background-size: auto;
background-position: center;
background-size: cover;
text-align: center;
padding: 0;
margin: 0;
@ -168,14 +168,13 @@ li {
}
@media (max-width: 1024px) {
.button {
/* .button {
padding-top: 5px;
padding-bottom: 5px;
width: 50%;
height: 10%;
width: 100%;
}
.buttons {
padding-left: 0;
}
} */
}
/*# sourceMappingURL=main.css.map */