Skip to content

Commit bbd8f28

Browse files
author
ddrayko
committed
fix: use 40vh hero padding on small PC screens for maximum spacing
1 parent 04737a5 commit bbd8f28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ body::after {
13121312

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

0 commit comments

Comments
 (0)