From 25ed1056a196aaedbc77b0b8ab6785496ba21c24 Mon Sep 17 00:00:00 2001 From: Giulio Alessandrini Date: Tue, 3 Aug 2021 10:02:56 +0200 Subject: [PATCH] Cleaned up spacing in the rest of the site --- src/lib/components/footer.svelte | 3 ++- src/lib/components/nav.svelte | 10 +++------- src/routes/__layout.svelte | 1 + src/routes/about.svelte | 13 +++++++++++-- src/routes/index.svelte | 22 ++++++++++++++++------ 5 files changed, 33 insertions(+), 16 deletions(-) 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