Skip to content

Commit

Permalink
making style changes in the specials pagee
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabscg committed May 1, 2024
1 parent a909cf6 commit 6c31f17
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -555,9 +548,7 @@ footer {
}

.second-footer {
position: absolute;
width:100%;
bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}

Expand Down Expand Up @@ -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;
}
}

0 comments on commit 6c31f17

Please sign in to comment.