blog/assets/css/extended/custom.css
Shautvast 2107e18c58 Remove min-height on home info to eliminate excess vertical whitespace
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 10:14:24 +02:00

8 lines
101 B
CSS

.first-entry {
min-height: unset;
margin: 0 0 var(--gap) 0;
}
.main {
padding-top: 0;
}