Bug:centered sections

This commit is contained in:
William Felker 2020-09-29 17:18:15 +08:00 committed by GitHub
parent 7fd76263cd
commit cc2db3b99a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,6 +186,7 @@ const SLATE_CONTRIBUTOR_TEAM = [
const STYLES_ROOT = css`
display: flex;
flex-direction: column;
margin: 0 auto;
justify-content: space-between;
background-color: ${Constants.system.foreground};
`;