Skip to content

Commit

Permalink
chore: tweak LanguageSelect padding on very small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
barrenechea committed Dec 30, 2023
1 parent 68f7e2c commit e13aa05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partials/astro-components/LanguageSelect.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const currentLanguage = languages[lang as LanguageKey] ?? languages[AppConfig.de
<button
id="language-toggle"
type="button"
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"
>
<svg
class="me-3 size-5 rounded-full"
Expand Down

0 comments on commit e13aa05

Please sign in to comment.