style: Make width of developer section same as rest of website (1064px)

This commit is contained in:
Fabio Berger 2018-10-11 14:58:29 +02:00
parent 295a8c760a
commit 7f217dcb3c

View File

@ -451,7 +451,7 @@ export class Home extends React.Component<HomeProps, HomeState> {
</Container>
<Container
className="relative"
width={isSmallScreen ? '100vw' : 716}
width={isSmallScreen ? '100vw' : 786}
paddingBottom="100px"
backgroundColor={colors.white}
>