Add: blur on small images

This commit is contained in:
Aroy-Art 2023-09-20 14:27:15 +02:00
parent 0072b8dfbd
commit 0c5a33a9ed
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -178,6 +178,10 @@
height: 12rem !important; height: 12rem !important;
} }
.img-holder-small img.blur {
filter: blur(1.5rem);
}
.img-holder .layer { .img-holder .layer {
opacity: 0; opacity: 0;
position: absolute; position: absolute;