From 9535ce754d926d2a888e3931352a5b26fceefa3c Mon Sep 17 00:00:00 2001 From: sadorowo Date: Mon, 12 Aug 2024 09:42:05 +0200 Subject: [PATCH] update shadow --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 9a5a122..1f7e3ad 100644 --- a/css/style.css +++ b/css/style.css @@ -24,10 +24,10 @@ body { } #shadow { - position: absolute; + position: fixed; top: 50%; left: 50%; - box-shadow: 0 0 30em 10em rgb(114, 114, 114); + box-shadow: 0 0 100vw 5em rgb(114, 114, 114); } .tags {