Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit cc815d8

Browse files
authored
Updated to make site look better on mobile (#3547)
1 parent e461308 commit cc815d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website2/website/pages/en/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class HomeSplash extends React.Component {
3333
);
3434

3535
const Logo = props => (
36-
<div className="" style={{width: '750px', alignItems: 'center', margin: 'auto'}}>
36+
<div className="" style={{width: '100%', alignItems: 'center', margin: 'auto'}}>
3737
<img src={props.img_src} />
3838
</div>
3939
);

0 commit comments

Comments
 (0)