Skip to content

Commit

Permalink
reduce default box size in mail to fit smaller screens (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoraddatz authored Nov 16, 2024
1 parent 0f4a7de commit 16f9631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/notification.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<div style="text-align:center;width:100%;margin:50px 0">
@foreach($code as $digit)
<strong style="border:1px solid blue;padding:15px;font-size:20px;border-radius:5px;margin:0 2px">{{ $digit }}</strong>
<strong style="border:1px solid blue;padding:10px;font-size:20px;border-radius:5px;margin:0 2px">{{ $digit }}</strong>
@endforeach
</div>

Expand Down

0 comments on commit 16f9631

Please sign in to comment.