diff --git a/cards/templates/cards/_card_preview_design4.html b/cards/templates/cards/_card_preview_design4.html index c973112..0e1e40c 100644 --- a/cards/templates/cards/_card_preview_design4.html +++ b/cards/templates/cards/_card_preview_design4.html @@ -53,9 +53,9 @@ -
+
{% if card.image %} - {{ card.name }} + {{ card.name }} {% endif %}
diff --git a/cards/templates/cards/base.html b/cards/templates/cards/base.html index 3469fdc..3caa71e 100644 --- a/cards/templates/cards/base.html +++ b/cards/templates/cards/base.html @@ -45,9 +45,11 @@ } .toptrump-card.design-4 { width: 680px; - min-height: 460px; + min-height: 680px; display: flex; } + /* Larger hero image for design-4 to match list view scale behavior */ + .toptrump-card.design-4 .hero-image { height: 560px; } .toptrump-card .hero-image{height:180px;background-size:cover;background-position:center;position:relative;overflow:hidden} /* Hero image: make the dinosaur image larger, cover the banner and remove shadow */ .toptrump-card .hero-image img.card-hero-img{