my website, hosted on wisp.place
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: blog page spacing

intergrav c232cd84 f350c10d

+1 -1
+1 -1
src/pages/blog.astro
··· 14 14 { 15 15 posts.map((post) => ( 16 16 <a href={`/blog/${post.slug}`}> 17 - <article class="p-4 rounded-xs shadow-xs border border-dp-text-light/20 bg-dp-background2-light dark:border-dp-text-dark/20 dark:bg-dp-background2-dark"> 17 + <article class="p-4 space-y-2 rounded-xs shadow-xs border border-dp-text-light/20 bg-dp-background2-light dark:border-dp-text-dark/20 dark:bg-dp-background2-dark"> 18 18 {post.data.image && ( 19 19 <img 20 20 src={post.data.image}