Skip to content

Commit

Permalink
Merge pull request #224 from syofyanzuhad/patch-1
Browse files Browse the repository at this point in the history
Give space between the bottom card and end of page
  • Loading branch information
freekmurze committed Apr 5, 2024
2 parents bac90b2 + 714b6d0 commit 587e45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/list.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</div>
@endif
</div>
<div class="px-2 mt-6 md:mt-8 md:px-0">
<div class="px-2 my-6 md:mt-8 md:px-0">
@if (count($checkResults?->storedCheckResults ?? []))
<dl class=" grid grid-cols-1 gap-2.5 sm:gap-3 md:gap-5 md:grid-cols-2 lg:grid-cols-3">
@foreach ($checkResults->storedCheckResults as $result)
Expand Down

0 comments on commit 587e45b

Please sign in to comment.