Skip to content

Commit a92b2b0

Browse files
committed
Improve spacing in GitHub feed section
1 parent c58f6a7 commit a92b2b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ import GithubFeed from "../components/GithubFeed.svelte";
6767
</div>
6868

6969
<div class="m-2 rounded-lg bg-viola-100 p-6 shadow-lg lg:p-8">
70-
<h2 class="mb-4 text-2xl font-bold">GitHub Feed</h2>
70+
<h2 class="lg:mb-6 text-2xl font-bold">GitHub Feed</h2>
7171
<GithubFeed client:idle />
7272
</div>
7373
</div>

0 commit comments

Comments
 (0)