style: Make width of developer section same as rest of website (1064px)
This commit is contained in:
parent
295a8c760a
commit
7f217dcb3c
@ -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}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user