From 42a3180215af2c86bd1d715f04688909f48e2d87 Mon Sep 17 00:00:00 2001 From: Notoric Date: Thu, 8 Feb 2024 17:49:46 +0000 Subject: [PATCH] reduced blur on border --- css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index b2039ec..bc027a5 100644 --- a/css/styles.css +++ b/css/styles.css @@ -101,7 +101,7 @@ h1#title2 { grid-column: right; width: 50vw; height: 100vh; - box-shadow: inset -10px 0 2vw 10vw black; + box-shadow: inset -10px 0 1vw 10vw black; border-left: 10px black solid; overflow: hidden; }