Skip to content

Commit 87538cc

Browse files
Merge pull request #3975 from OpenLiberty/footer-docs
Footer part sizing updated after adding 'cookie preferences'
2 parents 76a1e91 + 0182676 commit 87538cc

File tree

2 files changed

+4
-17
lines changed

2 files changed

+4
-17
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ footer {
581581
}
582582
}
583583

584-
@media (max-width: 910px) {
584+
@media (max-width: 1048px) {
585585
#footer_gray_background {
586586
height: 131px;
587587
}

src/main/content/antora_ui/src/sass/openliberty.scss

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@ footer {
496496

497497
#footer_bottom_left_section, #footer_bottom_right_section {
498498
display: inline-block;
499+
margin-bottom: 10px;
499500
}
500501

501502
#footer_bottom_right_section {
@@ -531,34 +532,21 @@ footer {
531532
}
532533

533534
@media (max-width: 991.98px) {
534-
535-
#footer_top_container #footer_project {
536-
clear: left;
537-
}
538-
539535
#footer_container {
540536
background-image: none;
537+
width: 100%;
541538
}
542539

543540
.right_footer_link {
544541
font-size: 14px;
545542
float: right;
543+
margin-top: 12px;
546544
}
547-
}
548545

549-
@media (max-width: 767.98px) {
550546
#footer_gray_background {
551547
height: 131px;
552548
}
553549

554-
.footer_container {
555-
width: 100%;
556-
}
557-
558-
.right_footer_link {
559-
margin-top: 12px;
560-
}
561-
562550
#footer_open_liberty, #footer_project {
563551
display: none;
564552
}
@@ -589,7 +577,6 @@ footer {
589577
}
590578
}
591579

592-
593580
#teconsent {
594581
vertical-align: middle;
595582
float: right;

0 commit comments

Comments
 (0)