Skip to content

Commit 6f1027c

Browse files
committed
Make cards on homepage stack on mobile.
1 parent 5f8878d commit 6f1027c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ masthead:
7070
listed below is fully conforming to the official JSON-LD specifications.
7171
</p>
7272

73-
<div class="ui four cards">
73+
<div class="ui four stackable cards">
7474
{% include 'implementation-card' language: 'JavaScript' %}
7575
{% include 'implementation-card' language: 'Python' %}
7676
{% include 'implementation-card' language: 'Ruby' %}
@@ -141,7 +141,7 @@ masthead:
141141
</p>
142142
</div>
143143

144-
<div class="ui four cards">
144+
<div class="ui four stackable cards">
145145
<div class="card">
146146
<div class="content">
147147
<div class="header"><h3>Code</h3></div>

0 commit comments

Comments
 (0)