remove items-center classname

This commit is contained in:
fragosti
2018-09-26 17:58:48 +02:00
parent bd002caadd
commit 48f6452c3b

View File

@@ -545,7 +545,7 @@ export class Portal extends React.Component<PortalProps, PortalState> {
<Section
header={!isMobile && <TextHeader labelText="0x Relayers" />}
body={
<Container className="flex flex-column items-center">
<Container className="flex flex-column">
{isMobile && (
<Container marginTop="20px" marginBottom="20px">
{this._renderStartOnboarding()}