Fix: force single-column steps grid on mobile to remove stretch gap under step 2
This commit is contained in:
@@ -7382,8 +7382,8 @@ body.lt-landing {
|
||||
/* ── Simple 3-step pipeline (marketing page) ─────────────────────────── */
|
||||
.kdoc-steps {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
|
||||
gap: 0;
|
||||
grid-template-columns: 1fr;
|
||||
gap: 1rem;
|
||||
margin-top: 1.5rem;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user