Optimized the footer responsive design.

This commit is contained in:
Cotes Chung 2020-02-14 04:52:42 +08:00
parent 44aba76849
commit cdab915bd9
1 changed files with 7 additions and 6 deletions

View File

@ -936,12 +936,6 @@ div.tooltip-inner { /* Overrided BS4 Tooltip */
}
@media all and (min-width: 577px) and (max-width: 830px) {
footer .license {
padding-left: 1rem;
}
}
/* Sidebar is visibal */
@media all and (min-width: 831px) {
@ -1093,6 +1087,13 @@ div.tooltip-inner { /* Overrided BS4 Tooltip */
}
@media all and (min-width: 577px) and (max-width: 1199px) {
footer>.d-flex>div {
width: 312px;
}
}
/* Compact icons in sidebar & TOC hidden */
@media all and (min-width: 832px) and (max-width: 1199px) {