fix: simplify styles

This commit is contained in:
Cory Dransfeldt 2024-03-07 13:29:55 -08:00
parent 9c53d88077
commit 9e89b735b3
No known key found for this signature in database
3 changed files with 3 additions and 19 deletions

View file

@ -15,7 +15,7 @@
{% for item in media limit: count %}
{% assign alt = item.alt | strip | escape %}
<a href="{{ item.url | stripUtm }}" title="{{ alt }}">
<div class="item__wrapper{% if item.subtext %} shadow{% endif %}">
<div class="item__wrapper">
<div class="item__meta-text">
{% if item.title %}
<div class="header">{{ item.title }}</div>