File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
<div
9
9
v-for =" (post, index) in posts"
10
10
:key =" index"
11
- class =" px-6 no-underline bg-gray-200 rounded-lg shadow-lg "
11
+ class =" px-6 border rounded-lg shadow"
12
12
>
13
13
<h3 >
14
14
<nuxt-link :to =" `/blog/${post.slug}`" >{{ post.title }}</nuxt-link >
Original file line number Diff line number Diff line change 24
24
<div
25
25
v-for =" (blurb, index) in page.intro.blurbs"
26
26
:key =" index"
27
- class =" flex flex-col items-center justify-top"
27
+ class =" flex flex-col items-center px-6 border rounded-lg shadow justify-top"
28
28
>
29
29
<img class =" h-32" :src =" blurb.image" />
30
30
<p class =" mt-2 text-justify" >{{ blurb.text }}.</p >
43
43
<div
44
44
v-for =" (post, index) in posts"
45
45
:key =" index"
46
- class =" px-6 no-underline bg-gray-200 rounded-lg shadow-lg "
46
+ class =" px-6 border rounded-lg shadow"
47
47
>
48
48
<h3 >
49
49
<nuxt-link :to =" `/blog/${post.slug}`" >{{ post.title }}</nuxt-link >
You can’t perform that action at this time.
0 commit comments