Merge pull request #1244 from 0xProject/developerSectionNits

Remaining Developer Section Design Nits
This commit is contained in:
Fabio B
2018-11-13 20:36:48 +01:00
committed by GitHub
23 changed files with 93 additions and 75 deletions

View File

@@ -157,9 +157,10 @@ export class DevelopersPage extends React.Component<DevelopersPageProps, Develop
>
<Container
borderBottom={this.state.isSidebarScrolling ? `1px solid ${colors.grey300}` : 'none'}
paddingBottom="2px"
>
<Container paddingTop="30px" paddingLeft="10px" paddingBottom="8px">
<DocsLogo height={36} />
<DocsLogo />
</Container>
</Container>
<SidebarContainer onWheel={this._throttledSidebarScrolling}>