Add picture full width component

This commit is contained in:
2026-06-24 10:45:15 +02:00
parent 8a3688c1f5
commit 6887b36f8a
2 changed files with 26 additions and 1 deletions
@@ -67,6 +67,13 @@
justify-content: flex-end;
}
.sg-picture-full-width {
display: block;
width: 100%;
max-width: 100%;
height: auto;
}
.sg-page-public-page-components .sg-preview-area {
display: flex;
flex-direction: column;
@@ -75,7 +82,8 @@
@media (max-width: 48rem) {
.sg-text-block,
.sg-card--call-to-action-card {
.sg-card--call-to-action-card,
.sg-picture-full-width {
width: 100%;
}
}