Fix card list page header spacing

This commit is contained in:
2026-06-17 14:32:12 +02:00
parent 46a742fe1a
commit 3c8773ad7b
+1 -2
View File
@@ -60,7 +60,7 @@
} }
.sg-card-list-page > .sg-options-row { .sg-card-list-page > .sg-options-row {
margin-top: var(--spacing-large); margin-top: var(--layout-options-row-margin-top);
} }
.sg-card-list-page > .sg-card-list-page__intro-block { .sg-card-list-page > .sg-card-list-page__intro-block {
@@ -183,4 +183,3 @@
margin: 0; margin: 0;
color: var(--text-vsf-drawer-object-card-body); color: var(--text-vsf-drawer-object-card-body);
} }