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;
|
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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue