fix: Updated styling
Some checks failed
Build latest image / build-container (push) Has been cancelled
Some checks failed
Build latest image / build-container (push) Has been cancelled
This commit is contained in:
parent
3e3846f1cb
commit
3fdd8c80d8
@ -306,7 +306,7 @@
|
||||
<!-- End Form -->
|
||||
{:else}
|
||||
<div class="mb-2 text-center">
|
||||
<h3 class="text-4xl font-semibold dark:text-white">
|
||||
<h3 class="text-4xl font-semibold dark:text-white print:text-5xl">
|
||||
{response.firstname}
|
||||
{response.lastname}
|
||||
</h3>
|
||||
@ -325,7 +325,7 @@
|
||||
src={textToBase64Barcode(response.id.toString(), false)}
|
||||
/>
|
||||
<img
|
||||
class="w-1/2 md:w-auto mb-2 mx-auto bg-white p-4 hidden print:block"
|
||||
class="w-3/4 md:w-auto mb-2 mx-auto bg-white p-4 hidden print:block"
|
||||
alt="runner id print only"
|
||||
src={textToBase64Barcode(response.id.toString(), false)}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user