change mobile menu

This commit is contained in:
Youwen Wu 2024-02-13 22:09:26 -08:00
parent 6876e951c4
commit 53eba1cc38
2 changed files with 2 additions and 2 deletions

View file

View file

@ -2,7 +2,7 @@
@apply overflow-hidden left-[0] top-[235px] z-10 absolute bg-slate-200; @apply overflow-hidden left-[0] top-[235px] z-10 absolute bg-slate-200;
@apply duration-300; @apply duration-300;
height: calc(200px); height: calc(200px);
transition: width 0.5s ease-in-out; transition: height 0.2s ease-in-out;
width: 100vw; width: 100vw;
right: 0; right: 0;
} }
@ -16,5 +16,5 @@
} }
.menu-hidden { .menu-hidden {
width: 0; height: 0;
} }