diff --git a/src/main/content/_assets/css/openliberty.scss b/src/main/content/_assets/css/openliberty.scss index d18bd4240..b535e44c3 100644 --- a/src/main/content/_assets/css/openliberty.scss +++ b/src/main/content/_assets/css/openliberty.scss @@ -581,7 +581,7 @@ footer { } } -@media (max-width: 910px) { +@media (max-width: 1048px) { #footer_gray_background { height: 131px; } diff --git a/src/main/content/antora_ui/src/sass/openliberty.scss b/src/main/content/antora_ui/src/sass/openliberty.scss index 99ee5d47d..55f249bce 100644 --- a/src/main/content/antora_ui/src/sass/openliberty.scss +++ b/src/main/content/antora_ui/src/sass/openliberty.scss @@ -496,6 +496,7 @@ footer { #footer_bottom_left_section, #footer_bottom_right_section { display: inline-block; + margin-bottom: 10px; } #footer_bottom_right_section { @@ -531,34 +532,21 @@ footer { } @media (max-width: 991.98px) { - - #footer_top_container #footer_project { - clear: left; - } - #footer_container { background-image: none; + width: 100%; } .right_footer_link { font-size: 14px; float: right; + margin-top: 12px; } -} -@media (max-width: 767.98px) { #footer_gray_background { height: 131px; } - .footer_container { - width: 100%; - } - - .right_footer_link { - margin-top: 12px; - } - #footer_open_liberty, #footer_project { display: none; } @@ -589,7 +577,6 @@ footer { } } - #teconsent { vertical-align: middle; float: right;