Move zoom cursor to link on photo class

This commit is contained in:
2021-10-31 19:38:31 +01:00
parent 99fe09c4fd
commit 29d78e74c0

View File

@@ -2,7 +2,6 @@
overflow: hidden; overflow: hidden;
background: $color-primary-tertiary20; background: $color-primary-tertiary20;
border-radius: 6px; border-radius: 6px;
cursor: zoom-in;
@include bp (md) { @include bp (md) {
border-radius: 8px; border-radius: 8px;
@@ -12,6 +11,7 @@
position: relative; position: relative;
display: block; display: block;
height: 100%; height: 100%;
cursor: zoom-in;
& > picture { & > picture {
height: 100%; height: 100%;