Skip to content

Commit

Permalink
Fix styling issue with section styled as cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Damon Maneice committed Jan 31, 2019
1 parent c0f144a commit c1868a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1 class="h1-mktg">{{ site.title }}</h1>
{% for article in articles %}
{% if article.layout != 'index' %}
<div class="col-12 col-sm-9 mx-auto col-md-6 mt-4 mt-lg-5">
<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">

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

0 comments on commit c1868a2

Please sign in to comment.