mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-28 19:43:31 +08:00
refactor(sidebar): Combine duplicate flex-direction
This commit is contained in:
parent
5b5b9b54e8
commit
b10f7f2c4c
@ -129,7 +129,6 @@
|
|||||||
/* Menu style */
|
/* Menu style */
|
||||||
#main-menu {
|
#main-menu {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
flex-direction: column;
|
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
@ -146,6 +145,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&, .menu-bottom-section ol {
|
&, .menu-bottom-section ol {
|
||||||
|
flex-direction: column;
|
||||||
gap: 30px;
|
gap: 30px;
|
||||||
|
|
||||||
@include respond(xl) {
|
@include respond(xl) {
|
||||||
@ -206,7 +206,6 @@
|
|||||||
|
|
||||||
ol {
|
ol {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user