Skip to content

Commit

Permalink
Merge pull request #26 from pinkary-project/refactor/improve-guest-la…
Browse files Browse the repository at this point in the history
…yout-padding

Add padding on smaller screens for the guest layout
  • Loading branch information
nunomaduro authored Mar 22, 2024
2 parents cebb317 + 575227f commit 60996f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/guest.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</div>

<div class="-mt-10 flex min-h-screen flex-col items-center justify-center sm:mx-2">
<div class="w-full max-w-md rounded-lg py-10 shadow-md">
<div class="w-full max-w-md rounded-lg px-4 py-10 shadow-md sm:px-0">
{{ $slot }}
</div>
</div>
Expand Down

0 comments on commit 60996f9

Please sign in to comment.