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

@@ -38,13 +38,17 @@
{{/author}}
{{!-- The main content area --}}
<main class="content" role="main">
<main id="site-main" class="site-main outer" role="main">
<div class="inner">
<div class="post-feed">
{{#foreach posts}}
{{!-- The tag below includes the markup for each post - partials/post-card.hbs --}}
{{> "post-card"}}
{{/foreach}}
</div>
</div>
</main>