fix(home): prevent bottom cutoff — safe center + remove min-height: 100%

This commit is contained in:
Zac Gaetano 2026-05-20 15:01:50 -04:00
parent 777fa7fc2b
commit 0433fc8805

View file

@ -26,10 +26,9 @@
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
justify-content: safe center;
padding: 56px 32px 32px;
gap: 36px;
min-height: 100%;
}
.home-brandmark {