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