Parcourir la source

card type title styling set to h4

tags/0.9.0
Alej il y a 4 ans
Parent
révision
814f473750
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      vue-theme/src/components/card.vue

+ 2
- 2
vue-theme/src/components/card.vue Voir le fichier

@@ -2,9 +2,9 @@
2 2
 .card(v-if="content")
3 3
     header
4 4
         router-link(v-if="!hideType && ['event','exhibition'].includes(type)" :to="`/${type}/sorted/by-current-and-upcoming`")
5
-            p.t-up {{type}}
5
+            h4.t-up {{type}}
6 6
         router-link(v-else-if="!hideType" :to="`/${type}`")
7
-            p.t-up {{type}}
7
+            h4.t-up {{type}}
8 8
 
9 9
     article.card--info(:class="{ 'wide': wide }")
10 10
         router-link(:to="`/${type}/${content.slug}`")

Chargement…
Annuler
Enregistrer