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 b91b55d commit ace74a7Copy full SHA for ace74a7
examples/index.html
@@ -24,7 +24,9 @@ <h1>Learn from examples!</h1>
24
<div class="row">
25
<div class="columns full">
26
<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;">
+ <div class="grid-150" style="font-size: 0.9em; grid-gap: 0 1rem; ">
28
+
29
30
{% for category in all_categories %}
31
<a href="#{{ category }}">{{ category | capitalize }}</a>
32
{% endfor %}
0 commit comments