diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index f8c035e..340d511 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -48,12 +48,12 @@
class="floater-elem"
style="padding-bottom: {(1 - progress) * 50}vh"
>
-
-
Bio
+
+
Bio
{#each routes as item}
{#if item.route !== "/"}
-
{item.name}
+
{item.name}
{/if}
{/each}
@@ -98,8 +98,8 @@
background-position: center center;
z-index: -10;
position: fixed;
- min-width: 100vw;
- min-height: 100vh;
+ min-width: 100%;
+ min-height: 100%;
overscroll-behaviour: none;
}
#front {
@@ -116,6 +116,10 @@
margin-left: auto;
margin-right: auto;
}
+ #navbar {
+ display: flex;
+ flex-wrap: wrap;
+ }
.floater-elem {
margin-left: auto;
margin-right: auto;