From 29d78e74c088d3ddccaa23bcace0701883a5d693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sun, 31 Oct 2021 19:38:31 +0100 Subject: [PATCH] Move zoom cursor to link on photo class --- src/style/atoms/_photo.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%;