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 fe8effe commit 542391eCopy full SHA for 542391e
src/components/Layout/Nav.svelte
src/components/Sections/ProfileSection.svelte
@@ -26,7 +26,7 @@
26
</script>
27
28
<section id="home">
29
- <div class="mx-auto mt-24 max-w-screen-sm p-4">
+ <div class="mx-auto mt-4 max-w-screen-sm p-4">
30
<h1 aria-label="introduction" class="text-2xl text-center mb-4">
31
Hi, I am <strong aria-label="my name">Fajarullah</strong>
32
</h1>
src/routes/__layout.svelte
@@ -1,10 +1,8 @@
1
<script>
2
import InlineSvg from '../components/Layout/InlineSvg.svelte';
3
- import Nav from '../components/Layout/Nav.svelte';
4
5
6
<InlineSvg />
7
-<Nav />
8
9
<main>
10
<slot />
0 commit comments