Skip to content

Commit e8c4465

Browse files
Update projects_horizontal.liquid
1 parent 6164859 commit e8c4465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/projects_horizontal.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="row no-gutters">
55
{% if project.img %}
66
<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" %}
7+
{% include figure.liquid loading="eager" path=project.img sizes="(min-width: 768px) 156px, 20vw" alt="project thumbnail" class="card-img" %}
88
</div>
99
{% endif %}
1010
<div class="{% if project.img %}col-md-6{% else %}col-md-12{% endif %}">

0 commit comments

Comments
 (0)