mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-28 03:25:55 +03:00
Bug:centered sections
This commit is contained in:
parent
7fd76263cd
commit
cc2db3b99a
@ -186,6 +186,7 @@ const SLATE_CONTRIBUTOR_TEAM = [
|
|||||||
const STYLES_ROOT = css`
|
const STYLES_ROOT = css`
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
margin: 0 auto;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
background-color: ${Constants.system.foreground};
|
background-color: ${Constants.system.foreground};
|
||||||
`;
|
`;
|
||||||
|
Loading…
Reference in New Issue
Block a user