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 */
|
||||
#main-menu {
|
||||
list-style: none;
|
||||
flex-direction: column;
|
||||
overflow-y: auto;
|
||||
flex-grow: 1;
|
||||
font-size: 1.4rem;
|
||||
@ -146,6 +145,7 @@
|
||||
}
|
||||
|
||||
&, .menu-bottom-section ol {
|
||||
flex-direction: column;
|
||||
gap: 30px;
|
||||
|
||||
@include respond(xl) {
|
||||
@ -206,7 +206,6 @@
|
||||
|
||||
ol {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user