Skip to content

Commit f175e96

Browse files
committed
idek
1 parent 0986aec commit f175e96

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

_includes/robot-card.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
<div class="columns is-centered is-multiline is-mobile">
22
{% for robot in site.data.robots %}
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"
4-
id="project-card">
4+
id="robot-card">
55
<div class="has-background-black-ter card">
6-
<figure class="image is-5by4" style="background-image: url({{robot.image}});">
7-
</figure>
8-
<!-- <div class="card-content"> -->
6+
<figure class="image is-5by4" style="background-image: url({{robot.image}});">
7+
</figure>
98
<h2 class="has-text-white-ter has-text-weight-bold is-size-3">{{ robot.year }}</h2>
109
<p class="has-text-white-ter has-text-weight-normal">{{ robot.name }}</p>
11-
<!-- <p class="has-text-grey-lighter has-text-weight-light content size-9">{{ member.description}}</p> -->
12-
<!-- </div> -->
1310
</div>
1411
</div>
1512
{% endfor %}

0 commit comments

Comments
 (0)