diff --git a/src/pages/index.astro b/src/pages/index.astro index f4f0b52..02f7a0f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -43,5 +43,9 @@ const t = useTranslations(); &.close { transform: rotate(180deg); } + + &.open { + width: auto; + } }