Fix post columns applied to page content

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

View File

@ -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 {

View File

@ -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">