Skip to content

Commit

Permalink
removed 32px padding in footer (#341)
Browse files Browse the repository at this point in the history
Co-authored-by: Mandy Meindersma <[email protected]>
  • Loading branch information
Danbka-Taranbka and MandyMeindersma committed May 3, 2024
1 parent 2a5acec commit b5f872b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/app/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const { data: navigation } = await useAsyncData('navigation:footer', () => fetch
id="footer"
class="container mx-auto"
>
<div class="w-full max-w-screen-xl mx-auto py-4 md:py-8 border-t border-neutral-400/20">
<div class="w-full max-w-screen-xl mx-auto border-t border-neutral-400/20">
<div class="flex md:flex-row flex-col gap-8 items-center justify-between py-4">
<NuxtLink
title="Dev Edmonton Society"
Expand Down

0 comments on commit b5f872b

Please sign in to comment.