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 b2ac100 commit 1ec3851Copy full SHA for 1ec3851
_includes/robot-card.html
@@ -3,10 +3,8 @@
3
<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"
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}});"></figure>
7
<div class="overlay">
- <figure class="image is-5by4" style="background-image: url({{robot.image}});"></figure>
8
- </div>
9
- <div class="text">
10
<h2 class="has-text-weight-bold is-size-3">{{ robot.year }}</h2>
11
<p class="has-text-white-ter has-text-weight-normal">{{ robot.name }}</p>
12
</div>
0 commit comments