diff --git a/public/.nojekyll b/public/.nojekyll deleted file mode 100644 index e69de29..0000000 diff --git a/src/app/components/mobileMenu.module.css b/src/app/components/mobileMenu.module.css index 18806f6..fce92ec 100644 --- a/src/app/components/mobileMenu.module.css +++ b/src/app/components/mobileMenu.module.css @@ -2,7 +2,7 @@ @apply overflow-hidden left-[0] top-[235px] z-10 absolute bg-slate-200; @apply duration-300; height: calc(200px); - transition: width 0.5s ease-in-out; + transition: height 0.2s ease-in-out; width: 100vw; right: 0; } @@ -16,5 +16,5 @@ } .menu-hidden { - width: 0; + height: 0; }