diff --git a/src/style/atoms/_photo.scss b/src/style/atoms/_photo.scss index c49c2eb..b562a57 100644 --- a/src/style/atoms/_photo.scss +++ b/src/style/atoms/_photo.scss @@ -2,7 +2,6 @@ overflow: hidden; background: $color-primary-tertiary20; border-radius: 6px; - cursor: zoom-in; @include bp (md) { border-radius: 8px; @@ -12,6 +11,7 @@ position: relative; display: block; height: 100%; + cursor: zoom-in; & > picture { height: 100%;