fix rebuild issue
This commit is contained in:
@@ -265,7 +265,14 @@ export default function EmpowermentStories() {
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.est-section { padding-top: 54px; padding-bottom: 54px; }
|
||||
.est-section { padding-top: 54px; padding-bottom: 6px; }
|
||||
/* .est-feature's margin-bottom (clamp(44px, 6vw, 76px)) was sized
|
||||
to precede an .est-list testimonial row block that no longer
|
||||
exists in this component's JSX. Since .est-feature is now the
|
||||
section's last child, that margin was pure dead space stacking
|
||||
on top of .est-section's own padding-bottom above — the real
|
||||
source of the oversized mobile gap before the next section. */
|
||||
.est-feature { margin-bottom: 0; }
|
||||
.est-title {
|
||||
font-size: clamp(34px, 10vw, 40px) !important;
|
||||
letter-spacing: -0.045em !important;
|
||||
|
||||
Reference in New Issue
Block a user