Add picture full width component
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user