15 lines
413 B
CSS
15 lines
413 B
CSS
/* ========================================================= */
|
|
/* Layouts: Page Layout Public */
|
|
/* ========================================================= */
|
|
|
|
.sg-page-layout-public__heading-block {
|
|
margin-top: var(--spacing-large);
|
|
margin-bottom: var(--spacing-large);
|
|
}
|
|
|
|
.sg-page-layout-public__content-mirror {
|
|
width: 70vw;
|
|
max-width: 1100px;
|
|
margin-inline: auto;
|
|
}
|