trying to fix the blur

This commit is contained in:
neko 2021-04-09 21:23:41 +02:00
parent 734663c393
commit ac5d04b13c

View File

@ -140,14 +140,12 @@ http://aleclownes.com/2017/02/01/crt-display.html
} }
} }
.crt-blur { .crt::after {
content: " "; content: " ";
display: block; display: block;
position: absolute; position: absolute;
top: 141px; top: 0;
left: 117px; left: 0;
width: 768px;
height: 584px;
bottom: auto; bottom: auto;
right: auto; right: auto;
background: rgba(18, 16, 16, 0.1); background: rgba(18, 16, 16, 0.1);