Mobile support 📱

This commit is contained in:
John O'Nolan
2017-06-16 13:16:22 +01:00
parent 535ead65e7
commit 4b6905f175
6 changed files with 133 additions and 32 deletions

View File

@ -1,4 +1,4 @@
<article class="post-card {{post_class}}">
<article class="post-card {{post_class}}{{#unless feature_image}} no-image{{/unless}}">
{{#if feature_image}}
<a class="post-card-image-link" href="{{url}}">
<div class="post-card-image" style="background-image: url({{feature_image}})"></div>