Tune card heights

This commit is contained in:
2024-07-11 23:22:36 +02:00
parent da9cdd90c0
commit 9d53d5a309
2 changed files with 3 additions and 3 deletions

View File

@@ -198,9 +198,9 @@ onMount(() => {
.size_1 { width: 400px; }
.size_1 > .card_component { max-height: 400px; }
.size_2 { width: 800px; }
.size_2 > .card_component { max-height: 500px; }
.size_2 > .card_component { max-height: 600px; }
.size_3 { width: 1200px; }
.size_3 > .card_component { max-height: 600px; }
.size_3 > .card_component { max-height: 800px; }
.title_box {
flex: 0 0 auto;