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 6328a97 commit ff7fcd1Copy full SHA for ff7fcd1
_includes/projects.liquid
@@ -1,6 +1,6 @@
1
<div class="col">
2
<a href="{% if project.redirect %}{{ project.redirect }}{% else %}{{ project.url | relative_url }}{% endif %}">
3
- <div class="card h-100 hoverable">
+ <div class="card h-100 w-100 hoverable">
4
{% if project.img %}
5
{%
6
include figure.liquid
0 commit comments