<div class="efl-news-container">
<div style="border: 2px dashed grey; height: 100px;">
<p>This content will be replaced when using the row container. This is for illustration purposes only</p>
</div>
<div style="border: 2px dashed grey; height: 100px;"></div>
<div style="border: 2px dashed grey; height: 100px;"></div>
</div>
No notes defined.
/* No context defined. */
.efl-news-container {
display: grid;
grid-template-columns: 1fr;
row-gap: $spacing-xxl;
margin: 4rem auto;
padding: 0 $spacing-m;
.cta {
margin-left: auto;
margin-right: auto;
}
@media screen and (min-width: $mq-large) {
max-width: 99.2rem;
padding: 0;
}
}
<div class="efl-news-container">
{{#> @partial-block}}
<div style="border: 2px dashed grey; height: 100px;">
<p>This content will be replaced when using the row container. This is for illustration purposes only</p>
</div>
<div style="border: 2px dashed grey; height: 100px;"></div>
<div style="border: 2px dashed grey; height: 100px;"></div>
{{/ @partial-block}}
</div>