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 {
height: 185pt;
height: 160pt;
width: 255pt;
}
@media print {
+1 -1
View File
@@ -27,7 +27,7 @@ const props = defineProps<{
</p>
</div>
<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="{
color: card.nameColor,