diff --git a/src/components/Nav.svelte b/src/components/Nav.svelte index 37f0abc..5f96dac 100644 --- a/src/components/Nav.svelte +++ b/src/components/Nav.svelte @@ -4,40 +4,41 @@ @@ -45,6 +46,6 @@
HowFeed.biz
- +
diff --git a/src/routes/_error.svelte b/src/routes/_error.svelte index 320e587..d115c2c 100644 --- a/src/routes/_error.svelte +++ b/src/routes/_error.svelte @@ -20,7 +20,7 @@ margin: 1em auto; } - @media (min-width: 480px) { + @media (min-width: 640px) { h1 { font-size: 4em; } diff --git a/src/routes/_layout.svelte b/src/routes/_layout.svelte index abd788a..cf9e77e 100644 --- a/src/routes/_layout.svelte +++ b/src/routes/_layout.svelte @@ -6,16 +6,28 @@