Skip to content

Commit

Permalink
chore: add margin on the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
zaida04 committed Jan 23, 2024
1 parent e41e971 commit 5f0b626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const allPosts = await getCollection("posts");
/>.
</p>

<div>
<div class="mb-4">
<h3>Coding Stats</h3>
{
Object.keys(wakatime_data).map((year) => (
Expand Down

0 comments on commit 5f0b626

Please sign in to comment.