Remove min-height on home info to eliminate excess vertical whitespace

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Shautvast 2026-03-29 10:14:24 +02:00
parent d02e2aae07
commit 2107e18c58

View file

@ -1,4 +1,5 @@
.first-entry {
min-height: unset;
margin: 0 0 var(--gap) 0;
}