Optimized the footer responsive design.
This commit is contained in:
parent
44aba76849
commit
cdab915bd9
1 changed files with 7 additions and 6 deletions
|
@ -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 */
|
/* Sidebar is visibal */
|
||||||
@media all and (min-width: 831px) {
|
@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 */
|
/* Compact icons in sidebar & TOC hidden */
|
||||||
@media all and (min-width: 832px) and (max-width: 1199px) {
|
@media all and (min-width: 832px) and (max-width: 1199px) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue