From 1a8438c510817ffa6dfe2705bc67684dab8171c8 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sun, 3 Jul 2022 22:31:55 +1000 Subject: [PATCH] fixed bg again --- public/css/app.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index 9eabc8c..3be18de 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -225,8 +225,7 @@ src: url('Helvetica.ttf') format('truetype'), ; font-style: normal; background-color: rgb(49, 107, 223); - width: 100%; - height: 103%; + height: 100%; color: white; } @@ -235,13 +234,13 @@ animation-duration: 50s; animation-iteration-count: infinite; background: url('../img/animated.png'); - background-position: center 100%; + background-position: center bottom; background-repeat: repeat-x; background-attachment: fixed; margin-left: 0px; margin-right: 0px; margin-top: 0px; - margin-bottom: 35px; + margin-bottom: 0px; padding-bottom: 0px; height: 100%; }