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 c0f144a commit c1868a2Copy full SHA for c1868a2
_layouts/index.html
@@ -25,7 +25,7 @@ <h1 class="h1-mktg">{{ site.title }}</h1>
25
{% for article in articles %}
26
{% if article.layout != 'index' %}
27
<div class="col-12 col-sm-9 mx-auto col-md-6 mt-4 mt-lg-5">
28
- <a href="{{ article.url | relative_url }}" class="guide-cover {{ article.class }} card height-full d-block">
+ <a href="{{ article.url | relative_url }}" class="guide-cover {{ article.class }} Box height-full d-block">
29
30
<div class="lh-none guide-cover-img text-center pt-4">
31
<img src="{{ site.baseurl }}/assets/images/illos/{{ article.class }}.svg" class="" alt="{{ article.title }} illustration">
0 commit comments