Update main.css
This commit is contained in:
parent
6d39dbd9f6
commit
fcc0aacba4
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue