Add: blur on small images
This commit is contained in:
parent
0072b8dfbd
commit
0c5a33a9ed
1 changed files with 4 additions and 0 deletions
|
@ -178,6 +178,10 @@
|
|||
height: 12rem !important;
|
||||
}
|
||||
|
||||
.img-holder-small img.blur {
|
||||
filter: blur(1.5rem);
|
||||
}
|
||||
|
||||
.img-holder .layer {
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue