Skip to content

Commit 5df42af

Browse files
JavierABarretoJavierABarreto
authored andcommitted
fix footer view when view is less than 910px
1 parent 4d504c0 commit 5df42af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/content/_assets/css/openliberty.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ footer {
584584

585585
}
586586

587-
@media (max-width: 767.98px) {
587+
@media (max-width: 910px) {
588588
#footer_gray_background {
589589
height: 131px;
590590
}

0 commit comments

Comments
 (0)