Update hamburger

This commit is contained in:
JeremyWuuuuu 2022-04-05 16:09:13 +08:00 committed by zouhang
parent 4346578790
commit 2b117e702a

View File

@ -1,13 +1,14 @@
@use '../mixins' as *;
.menu-hamburger {
width: 22px;
width: 20px;
display: flex;
flex-direction: column;
cursor: pointer;
justify-content: center;
height: var(--nav-height);
margin: 0 12px;
margin: 0 14px;
> span {
background-color: var(--text-color);
border-radius: 10px;