fix(sidebar): Gap missing in bottom section

This commit is contained in:
Jiahao Li 2024-03-06 20:26:59 +02:00 committed by Jimmy Cai
parent 46290051ad
commit 3074b4a676

View File

@ -145,8 +145,7 @@
padding: 15px 0;
}
&,
.menu-bottom-section {
& {
gap: 30px;
@include respond(xl) {
gap: 25px;
@ -206,13 +205,17 @@
}
.menu-bottom-section {
margin-top: auto;
display: flex;
flex-direction: column;
width: 100%;
ol {
margin-top: auto;
display: flex;
flex-direction: column;
width: 100%;
padding-left: 0;
gap: 30px;
@include respond(xl) {
gap: 25px;
}
}
}
}