We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f7e2c commit e13aa05Copy full SHA for e13aa05
src/partials/astro-components/LanguageSelect.astro
@@ -20,7 +20,7 @@ const currentLanguage = languages[lang as LanguageKey] ?? languages[AppConfig.de
20
<button
21
id="language-toggle"
22
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"
+ 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"
24
>
25
<svg
26
class="me-3 size-5 rounded-full"
0 commit comments