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%; }