Fix nested main element issue

This commit is contained in:
Sodbileg Gansukh
2021-09-22 15:24:17 +08:00
parent 046d53e885
commit 2234b14bbd
7 changed files with 101 additions and 97 deletions

View File

@@ -2,7 +2,7 @@
{{!-- The tag above means - insert everything in this file into the {body} of the default.hbs template --}}
<section class="outer">
<main id="site-main" class="site-main outer">
<div class="inner posts">
<div class="post-feed">
@@ -54,4 +54,4 @@
</div>
</div>
</section>
</main>