We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04dcf57 commit 988a023Copy full SHA for 988a023
1 file changed
app/src/lib/components/ui/project-overview.svelte
@@ -15,7 +15,7 @@
15
const categoryName = $derived(getCategoryName(type));
16
</script>
17
18
-<Section class="px-6 pt-4 pb-8 text-center">
+<Section class="items-center px-6 pt-4 pb-8">
19
<h1 class="mb-2">{categoryName}</h1>
20
<div class="subscript mb-4">
21
<p>Here, you can find all the {categoryName.toLowerCase()} I've worked on!</p>
0 commit comments