Переглянути джерело

styling edit from p to h5

pull/230/head
Alej 1 рік тому
джерело
коміт
ffb9913520
1 змінених файлів з 4 додано та 4 видалено
  1. 4
    4
      vue-theme/src/components/breadcrumb.vue

+ 4
- 4
vue-theme/src/components/breadcrumb.vue Переглянути файл

@@ -2,13 +2,13 @@
2 2
 //- breadcrumb links at top of page, needs link routing
3 3
 nav.breadcrumb.f-row.start.t-up
4 4
     router-link(v-if="['event','exhibition'].includes(type)" :to="`/${type}/sorted/by-current-and-upcoming`")
5
-        p.t-up {{ type }}
5
+        h5.t-up {{ type }}
6 6
     router-link(v-else-if="type == 'post'" :to="`/blog`")
7
-        p.t-up blog
7
+        h5.t-up blog
8 8
     router-link(v-else-if="type == 'page'" :to="`/`")
9
-        p.t-up 
9
+        h5.t-up 
10 10
     router-link(v-else :to="`/${type}`")
11
-        p.t-up {{ type }}
11
+        h5.t-up {{ type }}
12 12
     /* testing remove post slug to reduce repetition  */
13 13
     /* h5  > 
14 14
     router-link(v-if="type == 'post'" :to="`/blog/${post.slug}`")

Завантаження…
Відмінити
Зберегти