fix: issue with news section not closed correclty and unwanted padding
This commit is contained in:
parent
86d86882f3
commit
44e0e746ed
|
|
@ -18,6 +18,5 @@
|
|||
{{ news }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endcall %}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-bottom: var(--space-medium);
|
||||
|
||||
&--header {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Reference in New Issue