fix(home): reordered calculator and capabilities sections
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 56s
Build, Test and Deploy / build-and-push (push) Successful in 25s
Build, Test and Deploy / deploy (push) Successful in 10s

This commit is contained in:
2026-03-02 19:44:55 +01:00
parent 819e00e067
commit 02e58ea00f
2 changed files with 37 additions and 36 deletions

View File

@@ -189,10 +189,11 @@
.meta-value { font-weight: 600; }
.quote-actions { display: grid; gap: var(--space-3); }
.capabilities {
position: relative;
border-bottom: 1px solid var(--color-border);
}
.capabilities {
position: relative;
border-bottom: 1px solid var(--color-border);
padding-top: 3rem;
}
.capabilities-bg {
display: none;
}