reduced blur on border
This commit is contained in:
parent
dd89274565
commit
42a3180215
|
@ -101,7 +101,7 @@ h1#title2 {
|
||||||
grid-column: right;
|
grid-column: right;
|
||||||
width: 50vw;
|
width: 50vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
box-shadow: inset -10px 0 2vw 10vw black;
|
box-shadow: inset -10px 0 1vw 10vw black;
|
||||||
border-left: 10px black solid;
|
border-left: 10px black solid;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue