Skip to content

Commit

Permalink
fix footer view when view is less than 910px
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierABarreto authored and SteveSamJacob19 committed Nov 18, 2024
1 parent 4157814 commit 8a7088d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/content/_assets/css/openliberty.scss
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ footer {

}

@media (max-width: 767.98px) {
@media (max-width: 910px) {
#footer_gray_background {
height: 131px;
}
Expand Down

0 comments on commit 8a7088d

Please sign in to comment.