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

@@ -1,4 +1,4 @@
<div class="p-7 shadow-2xl rounded-2xl">
<div class="p-3 sm:p-7 shadow-2xl rounded-2xl">
@switch($documentTemplate)
@case('classic')
<x-documents.template.classic