Skip to content

Commit

Permalink
adds copyright padding on mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
BonomoAlessandro committed Nov 15, 2024
1 parent 20be8ff commit 850e3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/lib/components/core/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</div>

<div
class="item pointer-events-auto flex flex-row items-center justify-end gap-2 text-sm lg:max-w-48 xl:max-w-none"
class="item pointer-events-auto flex flex-row items-center justify-end gap-2 text-sm pr-6 pl-6 md:pr-0 md:pl-0 lg:max-w-48 xl:max-w-none"
class:sm:max-w-none={$authNotSignedIn}
class:lg:max-w-none={$authNotSignedIn}
class:md:h-md:pr-4={$authNotSignedIn}
Expand Down

0 comments on commit 850e3a7

Please sign in to comment.