Reduce top whitespace on landing page

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Shautvast 2026-03-29 10:12:44 +02:00
parent 3ec1ddd113
commit d02e2aae07

View file

@ -1,3 +1,7 @@
.first-entry {
margin-bottom: var(--gap);
margin: 0 0 var(--gap) 0;
}
.main {
padding-top: 0;
}