Move zoom cursor to link on photo class
This commit is contained in:
@@ -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%;
|
||||||
|
|||||||
Reference in New Issue
Block a user