Skip to content

Commit d0d071c

Browse files
committed
wiehiuwhsu
1 parent 7529921 commit d0d071c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_includes/robot-card.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
id="robot-card">
55
<a href="{{site.url}}{{site.baseurl}}/{{robot.page}}" class="robot-link">
66
<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>
117
</figure>
8+
<div class="overlay">
9+
<h2 class="has-text-weight-bold is-size-3">{{ robot.year }}</h2>
10+
<p class="has-text-white-ter has-text-weight-normal">{{ robot.name }}</p>
11+
</div>
1212
</a>
1313
</div>
1414
{% endfor %}

0 commit comments

Comments
 (0)