fix: issue with news section not closed correclty and unwanted padding

This commit is contained in:
Adrien Allard 2024-06-12 16:52:32 +02:00
parent 86d86882f3
commit 44e0e746ed
2 changed files with 3 additions and 5 deletions

View File

@ -13,10 +13,9 @@
<h3 class="news--date">{{ news.meta.date }}</h3>
<h2 class="news--title">{{ news.meta.title }}</h2>
</div>
<div class="news--content">
<style>{{ news.meta.css }}</style>
{{ news }}
</div>
<div class="news--content">
<style>{{ news.meta.css }}</style>
{{ news }}
</div>
</div>
{% endfor %}

View File

@ -5,7 +5,6 @@
display: flex;
flex-direction: column;
margin-bottom: var(--space-medium);
&--header {
display: flex;