mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
Optimized the footer responsive design.
This commit is contained in:
parent
44aba76849
commit
cdab915bd9
@ -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…
x
Reference in New Issue
Block a user