Remove preview area from public cards page
This commit is contained in:
@@ -232,14 +232,11 @@
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
.sg-page-cards-public-page .sg-preview-area {
|
||||
display: block;
|
||||
width: calc(100% + (2 * var(--spacing-small)));
|
||||
box-sizing: border-box;
|
||||
.sg-page-cards-public-page #component-content-wrapper-card {
|
||||
margin-inline: calc(-1 * var(--spacing-small));
|
||||
}
|
||||
|
||||
.sg-page-cards-public-page .sg-preview-area > .sg-transparent-card {
|
||||
.sg-page-cards-public-page #component-content-wrapper-card > .sg-transparent-card {
|
||||
width: 100%;
|
||||
max-width: none;
|
||||
margin: var(--spacing-large) 0;
|
||||
|
||||
Reference in New Issue
Block a user