diff --git a/cards/templates/cards/_card_hero_styles.html b/cards/templates/cards/_card_hero_styles.html index 75569b3..2f08811 100644 --- a/cards/templates/cards/_card_hero_styles.html +++ b/cards/templates/cards/_card_hero_styles.html @@ -10,10 +10,10 @@ .card-canonical .toptrump-card { width: var(--card-width, 83mm); - height: var(--card-height, 120mm); + height: var(--card-height, 130mm); } - .toptrump-card .hero-image{height:calc(var(--card-height, 120mm) * 0.45); background-size:cover;background-position:center;position:relative;overflow:hidden} + .toptrump-card .hero-image{height:calc(var(--card-height, 130mm) * 0.45); background-size:cover;background-position:center;position:relative;overflow:hidden} /* For most designs center the dino image absolutely and allow an inline scale transform (the fragments provide `transform: translate(...) scale(...)`). */ diff --git a/cards/templates/cards/_card_inner_design3.html b/cards/templates/cards/_card_inner_design3.html index 6cf5743..9239042 100644 --- a/cards/templates/cards/_card_inner_design3.html +++ b/cards/templates/cards/_card_inner_design3.html @@ -4,9 +4,9 @@ {# diet tint overlay so background colour is visible beneath the gradient and image #}
- + {% if card.image %} -