We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6164859 commit e8c4465Copy full SHA for e8c4465
_includes/projects_horizontal.liquid
@@ -4,7 +4,7 @@
4
<div class="row no-gutters">
5
{% if project.img %}
6
<div class="col-md-6">
7
- {% include figure.liquid loading="eager" path=project.img sizes="(min-width: 768px) 156px, 100vw" alt="project thumbnail" class="card-img" %}
+ {% include figure.liquid loading="eager" path=project.img sizes="(min-width: 768px) 156px, 20vw" alt="project thumbnail" class="card-img" %}
8
</div>
9
{% endif %}
10
<div class="{% if project.img %}col-md-6{% else %}col-md-12{% endif %}">
0 commit comments