Skip to content

Commit

Permalink
Fix footer padding
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Nov 18, 2024
1 parent b8de4aa commit 5991c67
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 @@ -12,7 +12,7 @@
<div class="w-full">
{@render content()}
</div>
<div class="w-full bg-navy px-[5%] lg:px-[20%]">
<div class="freq-container-padding w-full bg-navy">
<Footer type="dark" class="w-full border-grayBorder vertical-lg:w-[100%]" />
</div>
{/snippet}
Expand Down

0 comments on commit 5991c67

Please sign in to comment.