Fix Homepage collage photo's default background

This commit is contained in:
2021-10-16 16:30:47 +02:00
parent 642b54975b
commit af8a308474

View File

@@ -71,7 +71,10 @@
margin-left: auto;
margin-right: auto;
transform: rotate(var(--rotation)) translateZ(0);
background: $color-primary-tertiary20;
picture {
background: $color-primary-tertiary20;
}
// First row
&:nth-child(1) {