Shrink hero section, remove min-height: 100vh
Hero no longer takes the full viewport height, so pricing is visible sooner when scrolling. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -139,10 +139,9 @@ a {
|
|||||||
/* === Hero === */
|
/* === Hero === */
|
||||||
.hero {
|
.hero {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 120px 0 80px;
|
padding: 120px 0 60px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user