Autosave: 20260326-110952
This commit is contained in:
parent
437cfe204f
commit
09ba9c81c0
@ -2928,8 +2928,8 @@ 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)), 1200px) !important;
|
||||
max-width: 1200px !important;
|
||||
width: min(calc(100% - (var(--coach-page-gutter) * 2)), 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;
|
||||
@ -3030,11 +3030,15 @@ body.coaching-mvp-active .coach-hero {
|
||||
padding: clamp(2.35rem, 4.6vw, 4.75rem) 0 !important;
|
||||
}
|
||||
body.coaching-mvp-active .coach-hero .wp-block-columns {
|
||||
display: grid !important;
|
||||
grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
|
||||
align-items: center !important;
|
||||
gap: clamp(1.5rem, 4vw, 4rem) !important;
|
||||
width: min(var(--coach-content-max), calc(100vw - (var(--coach-page-gutter) * 2)));
|
||||
box-sizing: border-box;
|
||||
width: min(100%, var(--coach-content-max));
|
||||
max-width: var(--coach-content-max);
|
||||
margin: 0 auto !important;
|
||||
padding: 0 !important;
|
||||
padding: 0 var(--coach-page-gutter) !important;
|
||||
}
|
||||
body.coaching-mvp-active .coach-hero .wp-block-column:first-child {
|
||||
display: flex;
|
||||
@ -3130,9 +3134,9 @@ body.coaching-mvp-active .coach-hero-image-wrap .coach-photo-card img {
|
||||
}
|
||||
body.coaching-mvp-active .coach-hero-note {
|
||||
position: absolute;
|
||||
left: -1.35rem;
|
||||
left: clamp(.75rem, 1.8vw, 1rem);
|
||||
bottom: 1.35rem;
|
||||
width: min(20rem, calc(100% - 1.5rem));
|
||||
width: min(20rem, calc(100% - 2rem));
|
||||
padding: 1rem 1rem 1.05rem !important;
|
||||
border: 1px solid rgba(17,24,39,.08) !important;
|
||||
border-radius: 12px !important;
|
||||
@ -3348,6 +3352,9 @@ body.coaching-mvp-active .coach-experience-quote .coach-quote-role {
|
||||
body.coaching-mvp-active header.wp-block-template-part .wp-block-group.alignwide {
|
||||
grid-template-columns: 1fr !important;
|
||||
}
|
||||
body.coaching-mvp-active .coach-hero .wp-block-columns {
|
||||
grid-template-columns: 1fr !important;
|
||||
}
|
||||
body.coaching-mvp-active .coach-hero h1 {
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user