Separate public page pattern layout from components

This commit is contained in:
2026-06-24 09:57:25 +02:00
parent 2d34886338
commit 1824b478e4
3 changed files with 10 additions and 6 deletions
@@ -0,0 +1,9 @@
/* ========================================================= */
/* Patterns: Public Page Patterns */
/* ========================================================= */
.sg-page-public-page-patterns .sg-preview-area {
display: flex;
flex-direction: column;
width: 100%;
}