瀏覽代碼

card type title styling set to h4

tags/0.9.0
Alej 4 年之前
父節點
當前提交
814f473750
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      vue-theme/src/components/card.vue

+ 2
- 2
vue-theme/src/components/card.vue 查看文件

@@ -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}`")

Loading…
取消
儲存