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;
background-image: url("/assets/images/NSW2-BG.jpg");
background-repeat: no-repeat;
background-size: auto;
background-size: cover;
padding: 0;
margin: 0;
font-family: sans-serif;
@ -101,6 +101,7 @@ div {
display: inline-block;
}
.button {
width: 100%;
}
.list {
font-size: 6vw;
@ -111,7 +112,6 @@ div {
.buttons {
display: -ms-inline-block;
display: inline-block;
float: center;
}
::-webkit-scrollbar {
display: none;