Update main.css

This commit is contained in:
drazhenga 2020-06-25 07:08:58 -04:00 committed by GitHub
parent 6d39dbd9f6
commit fcc0aacba4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@ div {
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; background-size: cover;
padding: 0; padding: 0;
margin: 0; margin: 0;
font-family: sans-serif; font-family: sans-serif;
@ -101,6 +101,7 @@ div {
display: inline-block; display: inline-block;
} }
.button { .button {
width: 100%;
} }
.list { .list {
font-size: 6vw; font-size: 6vw;
@ -111,7 +112,6 @@ div {
.buttons { .buttons {
display: -ms-inline-block; display: -ms-inline-block;
display: inline-block; display: inline-block;
float: center;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
display: none; display: none;