Skip to content

Commit

Permalink
fix: reduce footer margin
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Sep 26, 2022
1 parent e473a3d commit 7f3fbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<x-site.notice />

<main id="content" class="flex-1 mb-16 sm:mb-24 lg:mb-32">
<main id="content" class="flex-1 mb-12 lg:mb-16">
{{ $slot }}
</main>

Expand Down

0 comments on commit 7f3fbd5

Please sign in to comment.