revert to smaller default region space

This commit is contained in:
madrilene 2025-01-14 14:28:20 +01:00
parent 3c86cd974f
commit 4cc7008340
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
* Can either be configured by setting --region-space or use a default from the space scale
*/
.region {
--region-space-fallback: var(--region-space, var(--space-xl-2xl));
--region-space-fallback: var(--region-space, var(--space-l-xl));
padding-block-start: var(--region-space-top, var(--region-space-fallback));
padding-block-end: var(--region-space-bottom, var(--region-space-fallback));

View file

@ -44,7 +44,7 @@ blog:
<p>{{ blog.intro }}</p>
{% endif %}
<div class="feature | region">
<div class="feature | region region-space-l">
<custom-masonry layout="50-50">
<!-- loop posts -->
{% set itemList = collections.allPosts %}