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:
@@ -141,7 +141,7 @@ a {
|
|||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 120px 0 60px;
|
padding: 100px 0 32px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -321,7 +321,7 @@ a {
|
|||||||
|
|
||||||
/* === Pricing === */
|
/* === Pricing === */
|
||||||
.pricing {
|
.pricing {
|
||||||
padding: 100px 0;
|
padding: 40px 0 100px;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: linear-gradient(180deg, var(--dark) 0%, var(--dark-light) 100%);
|
background: linear-gradient(180deg, var(--dark) 0%, var(--dark-light) 100%);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user