We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52702d0 commit 21d9285Copy full SHA for 21d9285
src/routes/+page.svelte
@@ -57,7 +57,9 @@
57
>
58
<section class="flex flex-col items-center gap-16 pb-16">
59
<div class="flex flex-col items-center w-full gap-6 rounded-lg">
60
- <h1 class="text-white text-5xl font-carter mb-4 font-bold">Welcome to my Github page</h1>
+ <h1 class="text-white text-5xl font-carter mb-4 font-bold text-center">
61
+ Welcome to my Github page
62
+ </h1>
63
<img
64
src={avatar}
65
alt={name}
0 commit comments