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;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: safe center;
|
||||||
padding: 56px 32px 32px;
|
padding: 56px 32px 32px;
|
||||||
gap: 36px;
|
gap: 36px;
|
||||||
min-height: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.home-brandmark {
|
.home-brandmark {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue