tangled
alpha
login
or
join now
baileykane.co
/
personal-website-next
0
fork
atom
this repo has no description
www.baileykane.co/
0
fork
atom
overview
issues
pulls
pipelines
Spacing and styling
baileykane.co
1 year ago
ff3ca176
de7c4fb4
+1
-1
1 changed file
expand all
collapse all
unified
split
components
pageContent
BlogPage.tsx
+1
-1
components/pageContent/BlogPage.tsx
···
18
18
Collected thoughts, very much a work in progress.
19
19
</p>
20
20
</div>
21
21
-
<SectionList>
21
21
+
<SectionList className="flex flex-col item-list">
22
22
{blogPosts.map((blogPost, k: Key) => (
23
23
<BlogPostPreview key={k} blogPost={blogPost} />
24
24
))}