unzoom background on pc
This commit is contained in:
parent
0ddc2d690d
commit
d062afe125
1 changed files with 5 additions and 6 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue