Add top spacing to page layout heading

This commit is contained in:
2026-06-18 10:43:40 +02:00
parent f57c77bd32
commit e7b3e01124
3 changed files with 9 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
/* ========================================================= */
/* Layouts: Page Layout Basic */
/* ========================================================= */
.sg-page-layout-basic__heading-block {
margin-top: var(--spacing-large);
}