fix: issue with news section not closed correclty and unwanted padding
This commit is contained in:
parent
86d86882f3
commit
44e0e746ed
|
|
@ -13,10 +13,9 @@
|
||||||
<h3 class="news--date">{{ news.meta.date }}</h3>
|
<h3 class="news--date">{{ news.meta.date }}</h3>
|
||||||
<h2 class="news--title">{{ news.meta.title }}</h2>
|
<h2 class="news--title">{{ news.meta.title }}</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="news--content">
|
<div class="news--content">
|
||||||
<style>{{ news.meta.css }}</style>
|
<style>{{ news.meta.css }}</style>
|
||||||
{{ news }}
|
{{ news }}
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin-bottom: var(--space-medium);
|
|
||||||
|
|
||||||
&--header {
|
&--header {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue