Fix public page pattern preview width

This commit is contained in:
2026-06-24 09:56:50 +02:00
parent db690e2726
commit 2d34886338
2 changed files with 7 additions and 1 deletions
@@ -73,6 +73,12 @@
width: 100%;
}
.sg-page-public-page-patterns .sg-preview-area {
display: flex;
flex-direction: column;
width: 100%;
}
@media (max-width: 48rem) {
.sg-text-block,
.sg-card--call-to-action-card {