Skip to content

Commit 988a023

Browse files
committed
style: center cards in project-overview
1 parent 04dcf57 commit 988a023

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/lib/components/ui/project-overview.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
const categoryName = $derived(getCategoryName(type));
1616
</script>
1717

18-
<Section class="px-6 pt-4 pb-8 text-center">
18+
<Section class="items-center px-6 pt-4 pb-8">
1919
<h1 class="mb-2">{categoryName}</h1>
2020
<div class="subscript mb-4">
2121
<p>Here, you can find all the {categoryName.toLowerCase()} I've worked on!</p>

0 commit comments

Comments
 (0)