Skip to content

Commit 6b886be

Browse files
committed
📱 make blog responsive
1 parent 440fafc commit 6b886be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/components/BlogPosts.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<Search {search} {query} />
4747

4848
<!-- Grid of posts -->
49-
<section class="text-neutral dark:text-white grid grid-cols-4 gap-xxs">
49+
<section class="text-neutral dark:text-white grid lg:grid-cols-4 grid-cols-1 gap-xxs">
5050
{#each posts as item}
5151
<a
5252
href={`/posts/${item.fields.slug}`}

0 commit comments

Comments
 (0)