reduced blur on border

This commit is contained in:
Notoric 2024-02-08 17:49:46 +00:00
parent dd89274565
commit 42a3180215
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}