chg: reduce article label font size under thumbnails on small screens (< 430px)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user