diff --git a/components/BlogPreviewList.css b/components/BlogPreviewList.css index 3e9726d..d1c6a0b 100644 --- a/components/BlogPreviewList.css +++ b/components/BlogPreviewList.css @@ -6,9 +6,13 @@ margin-top: 1rem; } +.post { + list-style: none; +} + .meta { display: block; font-size: 0.9rem; color: var(--neutral-800); white-space: pre-wrap; -} +} \ No newline at end of file diff --git a/components/BlogPreviewList.tsx b/components/BlogPreviewList.tsx index bf233ce..bdc232c 100644 --- a/components/BlogPreviewList.tsx +++ b/components/BlogPreviewList.tsx @@ -12,13 +12,16 @@ export function BlogPreviewList() { return ( ); }