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 88 <div
99 v-for =" (post, index) in posts"
1010 :key =" index"
11- class =" px-6 no-underline bg-gray-200 rounded-lg shadow-lg "
11+ class =" px-6 border rounded-lg shadow"
1212 >
1313 <h3 >
1414 <nuxt-link :to =" `/blog/${post.slug}`" >{{ post.title }}</nuxt-link >
Original file line number Diff line number Diff line change 2424 <div
2525 v-for =" (blurb, index) in page.intro.blurbs"
2626 :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"
2828 >
2929 <img class =" h-32" :src =" blurb.image" />
3030 <p class =" mt-2 text-justify" >{{ blurb.text }}.</p >
4343 <div
4444 v-for =" (post, index) in posts"
4545 :key =" index"
46- class =" px-6 no-underline bg-gray-200 rounded-lg shadow-lg "
46+ class =" px-6 border rounded-lg shadow"
4747 >
4848 <h3 >
4949 <nuxt-link :to =" `/blog/${post.slug}`" >{{ post.title }}</nuxt-link >
You can’t perform that action at this time.
0 commit comments