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 7529921 commit d0d071cCopy full SHA for d0d071c
_includes/robot-card.html
@@ -4,11 +4,11 @@
4
id="robot-card">
5
<a href="{{site.url}}{{site.baseurl}}/{{robot.page}}" class="robot-link">
6
<figure class="image is-5by4" style="background-image: url({{robot.image}});">
7
- <div class="overlay">
8
- <h2 class="has-text-weight-bold is-size-3">{{ robot.year }}</h2>
9
- <p class="has-text-white-ter has-text-weight-normal">{{ robot.name }}</p>
10
- </div>
11
</figure>
+ <div class="overlay">
+ <h2 class="has-text-weight-bold is-size-3">{{ robot.year }}</h2>
+ <p class="has-text-white-ter has-text-weight-normal">{{ robot.name }}</p>
+ </div>
12
</a>
13
</div>
14
{% endfor %}
0 commit comments