fix: correction taille milieu
This commit is contained in:
parent
f04c0c1d4c
commit
0c98593a98
3 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: layouts/parent.njk
|
||||
---
|
||||
<div>
|
||||
<div id="core">
|
||||
{%- if parent -%}
|
||||
<div class="parent">
|
||||
{%- for post in collections.all -%}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: layouts/parent.njk
|
||||
---
|
||||
<div>
|
||||
<div id="core">
|
||||
{%- if parent -%}
|
||||
<div class="parent">
|
||||
{%- for post in collections.all -%}
|
||||
|
|
|
@ -158,7 +158,10 @@ main {
|
|||
padding-left: 24px;
|
||||
padding-right: 24px;
|
||||
line-height:1.5rem;
|
||||
flex-grow:1;
|
||||
}
|
||||
|
||||
#core {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.model,
|
||||
|
|
Loading…
Reference in a new issue