fix: minor style refinements
This commit is contained in:
parent
739e3b30c3
commit
f64944a6c5
3 changed files with 10 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Reference in a new issue