mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-28 19:43:31 +08:00
fix(sidebar): Gap missing in bottom section
This commit is contained in:
parent
46290051ad
commit
3074b4a676
@ -145,8 +145,7 @@
|
|||||||
padding: 15px 0;
|
padding: 15px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&,
|
& {
|
||||||
.menu-bottom-section {
|
|
||||||
gap: 30px;
|
gap: 30px;
|
||||||
@include respond(xl) {
|
@include respond(xl) {
|
||||||
gap: 25px;
|
gap: 25px;
|
||||||
@ -206,13 +205,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.menu-bottom-section {
|
.menu-bottom-section {
|
||||||
margin-top: auto;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
ol {
|
ol {
|
||||||
|
margin-top: auto;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
width: 100%;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
gap: 30px;
|
||||||
|
|
||||||
|
@include respond(xl) {
|
||||||
|
gap: 25px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user