diff --git a/src/lib/components/footer.svelte b/src/lib/components/footer.svelte index c90761f..7c0ac5f 100644 --- a/src/lib/components/footer.svelte +++ b/src/lib/components/footer.svelte @@ -8,6 +8,7 @@ \ No newline at end of file diff --git a/src/lib/components/nav.svelte b/src/lib/components/nav.svelte index 969ff12..30988ec 100644 --- a/src/lib/components/nav.svelte +++ b/src/lib/components/nav.svelte @@ -9,17 +9,13 @@ \ No newline at end of file diff --git a/src/routes/__layout.svelte b/src/routes/__layout.svelte index 67514f0..604417f 100644 --- a/src/routes/__layout.svelte +++ b/src/routes/__layout.svelte @@ -14,6 +14,7 @@ padding: 0px; margin: 0px; text-decoration: none; + list-style-type: none; color : black; --gray: rgb(160, 160, 160); diff --git a/src/routes/about.svelte b/src/routes/about.svelte index ada514e..e3e5683 100644 --- a/src/routes/about.svelte +++ b/src/routes/about.svelte @@ -1,2 +1,11 @@ -

About this

-

This is a test website using sveltekit

\ No newline at end of file +
+

About this

+

This is a test website using sveltekit

+
+ + \ No newline at end of file diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 05d62cd..dd478df 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -1,12 +1,22 @@ -

APPS

+
+

APPS

+ +
- \ No newline at end of file