Skip to content

Commit e13aa05

Browse files
committed
chore: tweak LanguageSelect padding on very small screens
1 parent 68f7e2c commit e13aa05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partials/astro-components/LanguageSelect.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const currentLanguage = languages[lang as LanguageKey] ?? languages[AppConfig.de
2020
<button
2121
id="language-toggle"
2222
type="button"
23-
class="inline-flex cursor-pointer items-center justify-center rounded-lg px-4 py-2 text-sm font-medium text-white hover:bg-zinc-800"
23+
class="inline-flex cursor-pointer items-center justify-center rounded-lg p-2 text-sm font-medium text-white hover:bg-zinc-800 sm:px-4"
2424
>
2525
<svg
2626
class="me-3 size-5 rounded-full"

0 commit comments

Comments
 (0)