update shadow

This commit is contained in:
Franek 2024-08-12 09:42:05 +02:00
parent 5e3c51e6be
commit 9535ce754d
No known key found for this signature in database
GPG Key ID: 0329F871B2079351

View File

@ -24,10 +24,10 @@ body {
} }
#shadow { #shadow {
position: absolute; position: fixed;
top: 50%; top: 50%;
left: 50%; left: 50%;
box-shadow: 0 0 30em 10em rgb(114, 114, 114); box-shadow: 0 0 100vw 5em rgb(114, 114, 114);
} }
.tags { .tags {