chg: reduce article label font size under thumbnails on small screens (< 430px)

This commit is contained in:
Valentin Lab
2026-03-27 13:54:58 +01:00
parent 8d94c038ad
commit 2184f1e83c
2 changed files with 9 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
<a class="green" href="{{ route('Shop.Articles.show', ['id' => $article['id']]) }}">
<img data-lazy="{{ App\Repositories\Shop\Articles::getPreviewSrc($article['image'] ?? false) }}"
class="d-block w-100 rounded" alt="{{ $name }}" />
<div style="height: 48px;">
<div class="shelve-article-label">
{{ $name }}
</div>
</a>