Skip to content

Commit

Permalink
Add space in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher committed Sep 2, 2023
1 parent fc236ba commit a3f1d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/pulse.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</div>
</header>

<main class="p-5">
<main class="pt-5 px-5 pb-12">
<div class="container mx-auto grid grid-cols-6 gap-6">
{{ $slot }}
</div>
Expand Down

0 comments on commit a3f1d18

Please sign in to comment.