Skip to content

Commit 542391e

Browse files
committed
simplify design
1 parent fe8effe commit 542391e

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

src/components/Layout/Nav.svelte

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/components/Sections/ProfileSection.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</script>
2727

2828
<section id="home">
29-
<div class="mx-auto mt-24 max-w-screen-sm p-4">
29+
<div class="mx-auto mt-4 max-w-screen-sm p-4">
3030
<h1 aria-label="introduction" class="text-2xl text-center mb-4">
3131
Hi, I am <strong aria-label="my name">Fajarullah</strong>
3232
</h1>

src/routes/__layout.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<script>
22
import InlineSvg from '../components/Layout/InlineSvg.svelte';
3-
import Nav from '../components/Layout/Nav.svelte';
43
</script>
54

65
<InlineSvg />
7-
<Nav />
86

97
<main>
108
<slot />

0 commit comments

Comments
 (0)