Fix Location page photos overflow hiding its index
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
</time>
|
||||
</a>
|
||||
</div>
|
||||
<div class="photo house__photo shadow-photo">
|
||||
<figure class="house__photo">
|
||||
<a href="/{params.country}/{params.location}/{slug}">
|
||||
<Image
|
||||
id={id}
|
||||
@@ -179,12 +179,13 @@
|
||||
}}
|
||||
ratio={1.5}
|
||||
alt="{alt}"
|
||||
class="photo shadow-photo"
|
||||
/>
|
||||
<span class="house__index title-index">
|
||||
{(totalPhotos - index < 10) ? '0' : ''}{totalPhotos - index}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
</figure>
|
||||
</div>
|
||||
{/each}
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user