diff --git a/assets/css/main.css b/assets/css/main.css index 3e94b27..31efe26 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -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 {