Skip to content

Commit

Permalink
Update +page.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolankicks committed Dec 19, 2024
1 parent fad3629 commit 659e1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/projects/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</div>
</div>

<div class="w-full flex items-center flex-col px-5 animate-fadein mb-5">
<div class="w-full flex items-center flex-col animate-fadein mb-5">
<div class="grid w-full max-w-xl grid-cols-1 sm:grid-cols-2 grid-flow-row gap-5 px-5">
{#each data.posts as project}
<Project project={project} />
Expand Down

0 comments on commit 659e1a4

Please sign in to comment.