Skip to content

Commit 1923713

Browse files
committed
Fix stacked buttons on mobile
1 parent 41fd75a commit 1923713

File tree

5 files changed

+21
-9
lines changed

5 files changed

+21
-9
lines changed

_data/members.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
- name: Stephanie L'Heureux
22
image: https://cdn.pixabay.com/photo/2015/01/08/18/27/startup-593341_960_720.jpg
33
link:
4-
roles: Software & Marketing
4+
roles: President<br>Software & Marketing
55
description: Stephanie is a sophomore studying CS and mechatronics. She plans to pursue a career in software development for robotics after completing a bachelors and masters program.
66
- name: Liam Gilligan
77
link:
88
image: https://cdn.pixabay.com/photo/2015/01/09/11/08/startup-594090_960_720.jpg
9-
roles: Software
9+
roles: Treasurer<br>Software Lead
1010
description: Liam is a sophomore studying Math and Physics. He plans to continue his education and pursue a career in research and academia.
1111
- name: Isaac Wax
1212
link:
1313
image: https://cdn.pixabay.com/photo/2016/06/25/12/55/art-1478831_960_720.jpg
14-
roles: Electrical & Mechanical
14+
roles: Hardware Lead<br>Electrical & Mechanical
1515
description: Isaac is going into his third year of an EE degree. He plans to complete a bachelors degree and possibly a masters degree. After school he is interested in the field of robotics.
1616
- name: Rowan Garties
1717
link:

_includes/team-member-card.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<div class="card">
1111
<figure class="image is-4by5" style="background-image: url({{member.image}});"></figure>
1212
<div class="card-content">
13-
<h2 class="has-text-white-ter has-text-weight-bold is-size-6">{{ member.name }}</h2>
14-
<p class="has-text-weight-normal">{{ member.roles }}</p>
13+
<h2 class="name has-text-white-ter has-text-weight-bold is-size-6">{{ member.name }}</h2>
14+
<p class="roles has-text-weight-normal">{{ member.roles }}</p>
1515
</div>
1616
</div>
1717
</div>

0 commit comments

Comments
 (0)