Skip to content

Commit

Permalink
fix: footer
Browse files Browse the repository at this point in the history
  • Loading branch information
theClarkSell committed Jan 16, 2024
1 parent 072bcad commit 2a368e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_components/footer/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
} from './links';
</script>

<footer class="z-10 border-t border-gray-200 bg-gray-50" aria-labelledby="footerHeading">
<footer class="relative border-t border-gray-200 bg-gray-50" aria-labelledby="footerHeading">
<h2 id="footerHeading" class="sr-only">Footer</h2>

<div class="mx-auto max-w-7xl px-4 py-12 sm:px-6 lg:px-8 lg:py-16">
Expand Down

0 comments on commit 2a368e1

Please sign in to comment.