Skip to content

Commit ace74a7

Browse files
committed
Update index.html
1 parent b91b55d commit ace74a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ <h1>Learn from examples!</h1>
2424
<div class="row">
2525
<div class="columns full">
2626
<h2 id="categories">Categories</h2>
27-
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); grid-gap: 0 1rem; font-size: 0.9em;">
27+
<div class="grid-150" style="font-size: 0.9em; grid-gap: 0 1rem; ">
28+
29+
2830
{% for category in all_categories %}
2931
<a href="#{{ category }}">{{ category | capitalize }}</a>
3032
{% endfor %}

0 commit comments

Comments
 (0)