Fix card height

This commit is contained in:
2025-09-18 21:14:22 +02:00
parent 01b5a2f70a
commit 753f2eecbb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
} }
.card { .card {
height: 185pt; height: 160pt;
width: 255pt; width: 255pt;
} }
@media print { @media print {
+1 -1
View File
@@ -27,7 +27,7 @@ const props = defineProps<{
</p> </p>
</div> </div>
<p <p
class="my-auto text-center max-w-full overflow-hidden font-bold name overflow-ellipsis eng font-medium pt-5" class="my-auto text-center max-w-full overflow-hidden font-bold name overflow-ellipsis eng font-medium pt-3"
style="font-size: var(--normalSize); @media print {font-size: var(--printSize)}" style="font-size: var(--normalSize); @media print {font-size: var(--printSize)}"
:style="{ :style="{
color: card.nameColor, color: card.nameColor,