fix spacing

This commit is contained in:
2023-02-21 09:05:14 +10:00
parent f57466b243
commit 4bb557e055

View File

@@ -68,7 +68,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td style="padding-bottom: 2rem;">
@if (count($usernames) == 1) @if (count($usernames) == 1)
Guess what, your username is <strong>{{ $usernames[0] }}</strong>. Guess what, your username is <strong>{{ $usernames[0] }}</strong>.
@else @else
@@ -76,8 +76,8 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td style="padding-bottom: 2rem;">
<ul style="padding-top: 2rem; padding-bottom: 2rem;"> <ul>
@foreach($usernames as $username) @foreach($usernames as $username)
<li>{{ $username }}</li> <li>{{ $username }}</li>
@endforeach @endforeach