11
This commit is contained in:
parent
09ba9c81c0
commit
41e10acddc
@ -243,14 +243,17 @@ body.coaching-mvp-active header.wp-block-template-part {
|
||||
box-shadow: 0 10px 28px rgba(31,41,55,.08);
|
||||
}
|
||||
body.coaching-mvp-active header.wp-block-template-part .wp-block-group.has-global-padding.is-layout-constrained {
|
||||
padding-left: var(--coach-page-gutter) !important;
|
||||
padding-right: var(--coach-page-gutter) !important;
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
body.coaching-mvp-active header.wp-block-template-part .wp-block-group.alignwide {
|
||||
width: min(calc(100% - (var(--coach-page-gutter) * 2)), var(--coach-content-max));
|
||||
width: min(100%, var(--coach-content-max));
|
||||
max-width: var(--coach-content-max);
|
||||
margin-left: auto !important;
|
||||
margin-right: auto !important;
|
||||
box-sizing: border-box;
|
||||
padding-left: var(--coach-page-gutter) !important;
|
||||
padding-right: var(--coach-page-gutter) !important;
|
||||
}
|
||||
body.coaching-mvp-active .wp-block-site-title a,
|
||||
body.coaching-mvp-active .wp-block-navigation a,
|
||||
@ -2928,14 +2931,14 @@ body.coaching-mvp-active header.wp-block-template-part::after {
|
||||
display: none !important;
|
||||
}
|
||||
body.coaching-mvp-active header.wp-block-template-part .wp-block-group.alignwide {
|
||||
width: min(calc(100% - (var(--coach-page-gutter) * 2)), var(--coach-content-max)) !important;
|
||||
width: min(100%, var(--coach-content-max)) !important;
|
||||
max-width: var(--coach-content-max) !important;
|
||||
display: grid !important;
|
||||
grid-template-columns: auto minmax(0, 1fr) auto;
|
||||
align-items: center;
|
||||
gap: clamp(1rem, 2vw, 2rem);
|
||||
padding-top: 1rem !important;
|
||||
padding-bottom: 1rem !important;
|
||||
box-sizing: border-box;
|
||||
padding: 1rem var(--coach-page-gutter) !important;
|
||||
}
|
||||
body.coaching-mvp-active header.wp-block-template-part .wp-block-site-title {
|
||||
margin: 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user