Reduce spacing between hero and pricing

Pricing cards now visible immediately on page load without scrolling.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 02:57:49 +02:00
parent d251941751
commit e5fb72da64

View File

@@ -141,7 +141,7 @@ a {
position: relative;
display: flex;
align-items: center;
padding: 120px 0 60px;
padding: 100px 0 32px;
overflow: hidden;
}
@@ -321,7 +321,7 @@ a {
/* === Pricing === */
.pricing {
padding: 100px 0;
padding: 40px 0 100px;
position: relative;
background: linear-gradient(180deg, var(--dark) 0%, var(--dark-light) 100%);
}