From f377d896f12f1fbecc9884c0f7267bf3be1649c0 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Thu, 25 Nov 2021 22:52:37 +0100 Subject: [PATCH] Fix width --- src/App.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index ac0c4c9..c1ddd6e 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -159,7 +159,7 @@ position: sticky; top: 0; left: 0; - width: calc(100vw - 15px); + /*width: calc(100vw - 15px);*/ max-width: 1920px; margin: 0 auto 30px auto; background: white; @@ -200,4 +200,4 @@ .dark.bar a { color: rgba(191, 191, 191, 0.698); } - \ No newline at end of file +