From d062afe125747ff52393c798e77936f82118e409 Mon Sep 17 00:00:00 2001 From: hokkqi Date: Wed, 24 Jun 2020 12:01:13 +0200 Subject: [PATCH] unzoom background on pc --- assets/css/main.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 */