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 %} - {{ card.name }} + {{ card.name }} {% endif %}
{{ card.name }}
@@ -37,16 +37,16 @@
{{ card.description|linebreaksbr }}
{% if card.facts_list %} -
-
- - Fun facts +
+
+ + Fun facts
-
+
    {% for fact in card.facts_list %}
  • - + {{ fact }}
  • {% endfor %} diff --git a/cards/templates/cards/printable.html b/cards/templates/cards/printable.html index 3099466..ea309b6 100644 --- a/cards/templates/cards/printable.html +++ b/cards/templates/cards/printable.html @@ -6,7 +6,7 @@ Printable cards