Add background color on photos parent element
So we see a color instead of a transparent block while loading the image
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
overflow: hidden;
|
||||
background: $color-primary-tertiary20;
|
||||
|
||||
@include bp (sm) {
|
||||
border-radius: 8px;
|
||||
|
||||
Reference in New Issue
Block a user