Change z-index when hovering photo on Homepage collage

This commit is contained in:
2021-10-14 23:20:09 +02:00
parent 5e69a6ef39
commit e40b08071d

View File

@@ -180,6 +180,11 @@
display: block;
}
}
// Put card in front when hovering
&:hover {
z-index: 13;
}
}
}