diff --git a/public/style.css b/public/style.css index 6af5b65..a41e636 100644 --- a/public/style.css +++ b/public/style.css @@ -515,14 +515,7 @@ footer { } @media screen and (max-width:980px) { - #specials { - background: url("assets/img/tomatoes.jpeg"); - background-repeat: no-repeat; - margin: 0; - background-position: center ; - max-height: fit-content; - margin-top: 0; - } + #specials, .navbar-nav { align-items: center; } @@ -555,9 +548,7 @@ footer { } .second-footer { - position: absolute; - width:100%; - bottom: 0; + margin-bottom: 0; padding-bottom: 0; } @@ -659,10 +650,4 @@ footer { justify-content: center!important; align-items: center; } - .second-footer { - position: absolute; - min-width:100% !important; - bottom: 0; - padding-bottom: 0; - } } \ No newline at end of file