Update main.css

This commit is contained in:
drazhenga 2020-06-25 03:00:12 -04:00 committed by GitHub
parent 5da63c234d
commit 128acd0646
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ body {
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-repeat: no-repeat;
background-size: auto 125%; background-size: cover;
text-align: center; text-align: center;
padding: 0; padding: 0;
margin: 0; margin: 0;
@ -44,8 +44,8 @@ li {
.button { .button {
padding-top: 5px; padding-top: 5px;
padding-bottom: 5px; padding-bottom: 5px;
width: 100%; width: 50%;
height: 100%; height: 50%;
} }
.list { .list {