Skip to content

Commit 04737a5

Browse files
author
ddrayko
committed
fix: use fixed 280px extra hero padding on small PC screens for consistent gap
1 parent ca4b2f8 commit 04737a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

site/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,9 +1312,9 @@ body::after {
13121312

13131313
@media (max-width: 1400px) {
13141314
.hero {
1315-
padding: calc(var(--navbar-h) - 10px) 48px 60px clamp(200px, 18vw, 400px);
1315+
padding: calc(var(--navbar-h) + 280px) 48px 60px clamp(200px, 18vw, 400px);
13161316
min-height: 100dvh;
1317-
align-items: center;
1317+
align-items: flex-start;
13181318
}
13191319

13201320
.hero-title {

0 commit comments

Comments
 (0)