Add background and zoom cursor on hover to Photos items

This commit is contained in:
2021-10-12 15:09:56 +02:00
parent a92d5465e6
commit b9b690cab2

View File

@@ -231,11 +231,13 @@
.photo {
overflow: hidden;
border-radius: 6px;
background: $color-primary-tertiary20;
a {
position: relative;
display: block;
height: 100%;
cursor: zoom-in;
& > picture {
height: 100%;