Skip to content

Commit c1868a2

Browse files
author
Damon Maneice
committed
Fix styling issue with section styled as cards
1 parent c0f144a commit c1868a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1 class="h1-mktg">{{ site.title }}</h1>
2525
{% for article in articles %}
2626
{% if article.layout != 'index' %}
2727
<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">
28+
<a href="{{ article.url | relative_url }}" class="guide-cover {{ article.class }} Box height-full d-block">
2929

3030
<div class="lh-none guide-cover-img text-center pt-4">
3131
<img src="{{ site.baseurl }}/assets/images/illos/{{ article.class }}.svg" class="" alt="{{ article.title }} illustration">

0 commit comments

Comments
 (0)