diff --git a/assets/css/main.css b/assets/css/main.css index da24626..5b9ab5b 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-position: center; - background-size: cover; + background-repeat: no-repeat; + background-size: auto; text-align: center; padding: 0; margin: 0; @@ -20,7 +20,7 @@ body { .subtext { width: 70%; height: 10%; - padding-bottom: 10px; + padding-bottom: 20px; padding-top: 10px; } @@ -41,6 +41,13 @@ li { display: inline-block; } +.button { + padding-top: 5px; + padding-bottom: 5px; + width: 50%; + height: 10%; +} + .list { font-size: 2.5vw; padding-left: 0; @@ -50,9 +57,7 @@ li { .buttons { padding-left: 0; } -.button { - width: 70%; -} + .allages { width: 50px; height: 40px; @@ -168,13 +173,14 @@ li { } @media (max-width: 1024px) { - /* .button { + .button { padding-top: 5px; padding-bottom: 5px; - width: 100%; + width: 50%; + height: 10%; } .buttons { padding-left: 0; - } */ + } } -/*# sourceMappingURL=main.css.map */ +/*# sourceMappingURL=main.css.map */ \ No newline at end of file diff --git a/assets/images/NSW2-BUTTON_DEALERSDEN.png b/assets/images/NSW2-BUTTON_DEALERSDEN.png index b0a4ea9..07f3494 100644 Binary files a/assets/images/NSW2-BUTTON_DEALERSDEN.png and b/assets/images/NSW2-BUTTON_DEALERSDEN.png differ diff --git a/assets/images/NSW2-BUTTON_DISCORD.png b/assets/images/NSW2-BUTTON_DISCORD.png index 98cf9a9..8d7c658 100644 Binary files a/assets/images/NSW2-BUTTON_DISCORD.png and b/assets/images/NSW2-BUTTON_DISCORD.png differ diff --git a/assets/images/NSW2-BUTTON_VIP.png b/assets/images/NSW2-BUTTON_VIP.png index 5b4ef18..5d313f6 100644 Binary files a/assets/images/NSW2-BUTTON_VIP.png and b/assets/images/NSW2-BUTTON_VIP.png differ