diff --git a/assets/css/main.css b/assets/css/main.css index 6a52a57..da24626 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -2,8 +2,8 @@ body { background-color: black; color: white; background-image: url("/assets/images/NSW2-BG.jpg"); - background-repeat: no-repeat; - background-size: auto; + background-position: center; + background-size: cover; text-align: center; padding: 0; margin: 0; @@ -168,14 +168,13 @@ li { } @media (max-width: 1024px) { - .button { + /* .button { padding-top: 5px; padding-bottom: 5px; - width: 50%; - height: 10%; + width: 100%; } .buttons { padding-left: 0; - } + } */ } /*# sourceMappingURL=main.css.map */