Update main.css
This commit is contained in:
parent
5da63c234d
commit
128acd0646
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ body {
|
|||
color: white;
|
||||
background-image: url("/assets/images/NSW2-BG.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: auto 125%;
|
||||
background-size: cover;
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -44,8 +44,8 @@ li {
|
|||
.button {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 50%;
|
||||
height: 50%;
|
||||
}
|
||||
|
||||
.list {
|
||||
|
|
Loading…
Add table
Reference in a new issue