print template styling

This commit is contained in:
Burak Civan
2022-11-16 11:11:17 +03:00
parent 002f630e58
commit 9d715889c4
6 changed files with 35 additions and 37 deletions

View File

@@ -8,7 +8,7 @@
</div>
<div class="w-full lg:w-7/12">
<div class="p-7 shadow-2xl rounded-2xl">
<div class="p-3 sm:p-7 shadow-2xl rounded-2xl">
<x-transfers.show.template :model="$transfer" />
</div>
</div>