Skip to content

Commit

Permalink
feat(landing-page): reduce top padding
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurKnaus committed Nov 22, 2023
1 parent 4c4becb commit b0536a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
justify-content: center;
position: relative;
flex-direction: column;
padding-top: max(calc(20vh - 7rem), 0px);
padding-top: max(calc(10vh - 7rem), 0px);
padding-bottom: 12rem;
min-height: calc(100vh - 54px);
}
Expand Down

0 comments on commit b0536a6

Please sign in to comment.