fix: correction taille milieu

This commit is contained in:
Kazhnuz Klappsthul 2023-05-27 08:48:03 +02:00
parent f04c0c1d4c
commit 0c98593a98
3 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
layout: layouts/parent.njk
---
<div>
<div id="core">
{%- if parent -%}
<div class="parent">
{%- for post in collections.all -%}

View File

@ -1,7 +1,7 @@
---
layout: layouts/parent.njk
---
<div>
<div id="core">
{%- if parent -%}
<div class="parent">
{%- for post in collections.all -%}

View File

@ -158,7 +158,10 @@ main {
padding-left: 24px;
padding-right: 24px;
line-height:1.5rem;
flex-grow:1;
}
#core {
flex-grow: 1;
}
.model,