Fix post columns applied to page content

- this commit fixes .
This commit is contained in:
Lorenzo Dellacà 2020-11-04 23:52:05 +01:00
parent 58f26b715b
commit 13243eed69
2 changed files with 1 additions and 2 deletions

@ -651,7 +651,6 @@ instead of pages ".mind-page*".
.mind-post_main {
display: grid;
grid-template-columns: 1fr 4fr 1fr;
margin: auto;
}
.mind-post_content-header {

@ -10,7 +10,7 @@
<main>
<div class="mind-content_main">
<div class="mind-post_main">
<div> {{!-- Keeping this div to have the same structure as the post.hbs, even though not necessary --}}
{{#post}}
<div class="mind-post_content">
<div class="mind-post_content-header">