fix oversized button

This commit is contained in:
blek 2023-10-21 12:26:05 +10:00
parent e7de48d072
commit fc8e86bc9a
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
</a> </a>
</p> </p>
<a style='display:block' class="btn btn-fill" href='/'> <a style='display:block;width:calc(100% - 32px)' class="btn btn-fill" href='/'>
Go back Go back
</a> </a>
</td> </td>