add: галерея (4) первый этаж (плеск бессознательного) улучшен 2
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
|
||||
<!-- Ссылка на полный просмотр картины -->
|
||||
<a href="{% url 'hypn0_site:gallery_detail' item.s_hash_id %}"
|
||||
class="absolute inset-0 z-10 flex items-center justify-center p-3 sm:p-4"
|
||||
class="absolute inset-0 z-10 flex items-center justify-center p-3 sm:p-4 border-0 border-none no-underline hover:border-0 hover:border-none focus:outline-none"
|
||||
title="{{ item.s_title }}">
|
||||
<img src="{{ item.file_svg.url }}"
|
||||
alt="{{ item.s_title }}"
|
||||
loading="lazy"
|
||||
class="w-full h-full object-contain pointer-events-none drop-shadow-sm transition-transform duration-300 group-hover:scale-105">
|
||||
class="w-full h-full object-contain pointer-events-none drop-shadow-sm transition-transform duration-300 group-hover:scale-105 border-0">
|
||||
</a>
|
||||
|
||||
<!-- Верхний бейдж: Хэш -->
|
||||
|
||||
Reference in New Issue
Block a user