Fix Location page photos overflow hiding its index

This commit is contained in:
2021-10-24 22:03:18 +02:00
parent 726aa60a06
commit 04a0b2bec5
3 changed files with 9 additions and 3 deletions

View File

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