this repo has no description www.baileykane.co/

Spacing and styling

+1 -1
+1 -1
components/pageContent/BlogPage.tsx
··· 18 18 Collected thoughts, very much a work in progress. 19 19 </p> 20 20 </div> 21 - <SectionList> 21 + <SectionList className="flex flex-col item-list"> 22 22 {blogPosts.map((blogPost, k: Key) => ( 23 23 <BlogPostPreview key={k} blogPost={blogPost} /> 24 24 ))}