Skip to content

Commit b19c647

Browse files
fix: remove redundant css
1 parent eeba496 commit b19c647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/blogs/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ useHead({ title: 'Blogs' })
1919
{{ blog.title }}
2020
</nuxt-link>
2121
</h3>
22-
<p class="my-0 op-70 md:(m-a flex-shrink-1)">
22+
<p class="my-0 op-70 md:m-a">
2323
{{ useDateFormat(blog.date, 'DD MMM YYYY') }}
2424
</p>
2525
</div>

0 commit comments

Comments
 (0)