This commit is contained in:
Matt Batchelder
2026-02-21 17:47:49 -05:00
parent 7b4caa1267
commit 80b36032e8

View File

@@ -3054,6 +3054,15 @@ p:last-child { margin-bottom: 0; }
justify-content: center;
}
/* Homepage flow: avoid oversized gap before use-cases section */
.hero-animated {
min-height: auto;
}
.hero-animated + .use-cases-section {
padding-top: clamp(2rem, 4vw, 3.5rem);
}
.hero-stats--three {
display: flex;
gap: 3rem;