diff --git a/src/routes/[country]/[location]/index.svelte b/src/routes/[country]/[location]/index.svelte index 4718407..247e141 100644 --- a/src/routes/[country]/[location]/index.svelte +++ b/src/routes/[country]/[location]/index.svelte @@ -167,7 +167,7 @@ -
+
{alt} {(totalPhotos - index < 10) ? '0' : ''}{totalPhotos - index} -
+ {/each} diff --git a/src/style/atoms/_photo.scss b/src/style/atoms/_photo.scss index f3f966e..c49c2eb 100644 --- a/src/style/atoms/_photo.scss +++ b/src/style/atoms/_photo.scss @@ -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%; diff --git a/src/style/organisms/_house.scss b/src/style/organisms/_house.scss index b33e23a..d1259b5 100644 --- a/src/style/organisms/_house.scss +++ b/src/style/organisms/_house.scss @@ -8,6 +8,7 @@ a { text-decoration: none; + cursor: zoom-in; } // Information