From 128acd0646bef54f5d03d873dde0bdd23a0593f1 Mon Sep 17 00:00:00 2001 From: drazhenga <67394208+drazhenga@users.noreply.github.com> Date: Thu, 25 Jun 2020 03:00:12 -0400 Subject: [PATCH] Update main.css --- assets/css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {