Skip to content

Commit 0b3a131

Browse files
committed
Optimized the footer responsive design.
1 parent eb53ad3 commit 0b3a131

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

assets/css/main.scss

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -936,12 +936,6 @@ div.tooltip-inner { /* Overrided BS4 Tooltip */
936936

937937
}
938938

939-
@media all and (min-width: 577px) and (max-width: 830px) {
940-
footer .license {
941-
padding-left: 1rem;
942-
}
943-
}
944-
945939

946940
/* Sidebar is visibal */
947941
@media all and (min-width: 831px) {
@@ -1093,6 +1087,13 @@ div.tooltip-inner { /* Overrided BS4 Tooltip */
10931087
}
10941088

10951089

1090+
@media all and (min-width: 577px) and (max-width: 1199px) {
1091+
footer>.d-flex>div {
1092+
width: 312px;
1093+
}
1094+
}
1095+
1096+
10961097
/* Compact icons in sidebar & TOC hidden */
10971098
@media all and (min-width: 832px) and (max-width: 1199px) {
10981099

0 commit comments

Comments
 (0)