fix: minor style refinements

This commit is contained in:
Cory Dransfeldt 2023-12-28 14:39:38 -08:00
parent 739e3b30c3
commit f64944a6c5
No known key found for this signature in database
3 changed files with 10 additions and 2 deletions

View file

@ -8,7 +8,7 @@
{% for item in media limit: count %}
{% assign alt = item.alt | strip %}
<a href="{{ item.url | stripUtm }}" title="{{ alt | escape }}">
<div class="item__wrapper"{% if shape != 'square' %} style="max-width:226px"{% endif %}>
<div class="item__wrapper">
<div class="item__cover{% if item.subtext %} gradient{% endif %}"></div>
<div class="item__meta-text">
{% if item.title %}