fix(home): prevent bottom cutoff — safe center + remove min-height: 100%
This commit is contained in:
parent
777fa7fc2b
commit
0433fc8805
1 changed files with 1 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue