parent
58f26b715b
commit
13243eed69
@ -651,7 +651,6 @@ instead of pages ".mind-page*".
|
|||||||
.mind-post_main {
|
.mind-post_main {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 4fr 1fr;
|
grid-template-columns: 1fr 4fr 1fr;
|
||||||
margin: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mind-post_content-header {
|
.mind-post_content-header {
|
||||||
|
2
page.hbs
2
page.hbs
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
<main>
|
<main>
|
||||||
<div class="mind-content_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}}
|
{{#post}}
|
||||||
<div class="mind-post_content">
|
<div class="mind-post_content">
|
||||||
<div class="mind-post_content-header">
|
<div class="mind-post_content-header">
|
||||||
|
Loading…
Reference in New Issue
Block a user