Remove temporary borders

This commit is contained in:
Fabio Berger
2018-08-28 17:18:48 +01:00
parent 61bfbb86e1
commit 60ef45722c

View File

@@ -31,7 +31,6 @@ export class Home extends React.Component<HomeProps, HomeState> {
paddingRight: 22,
backgroundColor: '#f5f5f5',
height: '100vh',
border: '1px black dotted',
}}
>
<DocsLogo />
@@ -43,7 +42,6 @@ export class Home extends React.Component<HomeProps, HomeState> {
paddingRight: 50,
backgroundColor: '#ffffff',
height: '100vh',
border: '1px black dotted',
}}
>
<DocsContentTopBar location={this.props.location} translate={this.props.translate} />