fix(style): do not center content vertically in body
This commit is contained in:
parent
27206068d4
commit
cbfc125144
@ -75,7 +75,6 @@ body {
|
|||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user