Skip to content

Commit

Permalink
Fixed Footer gap--x stylingon larger viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
lskellerm committed Mar 13, 2024
1 parent 475d00a commit 8c9d6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/base/AppFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}"
/>
<div
class="flex justify-center items-center p-2 lg:px-16 gap-x-4 md:gap-x-20 lg:gap-x-20 2xl:gap-x-96"
class="flex justify-center items-center p-2 lg:px-16 gap-x-4 md:gap-x-20"
>
<NuxtLink to="/">
<svg
Expand Down

0 comments on commit 8c9d6d4

Please sign in to comment.