Skip to content

Commit

Permalink
fixing layout issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bachrc committed Apr 26, 2024
1 parent 51ac012 commit 180e180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

{#if !$isLoading}
<div class="flex flex-col mx-2 min-h-screen">
<nav class="px-4 flex flex-row py-2 gap-4 h-12 no-print">
<nav class="px-4 flex flex-row py-2 gap-2 sm:gap-4 h-12 no-print">
<div class="grow"></div>
<a href="/">{$t('home')}</a>
<span>-</span>
Expand Down

0 comments on commit 180e180

Please sign in to comment.