Skip to content

Commit 1ec3851

Browse files
committed
iuwhiweiuwd
1 parent b2ac100 commit 1ec3851

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_includes/robot-card.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
<div class="column has-text-centered m-2 is-one-third-widescreen is-one-third-desktop is-one-fifth-fullhd is-one-third-tablet is-two-fifths-mobile is-three-quarters-touch"
44
id="robot-card">
55
<a href="{{site.url}}{{site.baseurl}}/{{robot.page}}" class="robot-link">
6+
<figure class="image is-5by4" style="background-image: url({{robot.image}});"></figure>
67
<div class="overlay">
7-
<figure class="image is-5by4" style="background-image: url({{robot.image}});"></figure>
8-
</div>
9-
<div class="text">
108
<h2 class="has-text-weight-bold is-size-3">{{ robot.year }}</h2>
119
<p class="has-text-white-ter has-text-weight-normal">{{ robot.name }}</p>
1210
</div>

0 commit comments

Comments
 (0)