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

Commit

Permalink
Updated to make site look better on mobile (#3547)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknezis authored Jun 25, 2020
1 parent e461308 commit cc815d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website2/website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class HomeSplash extends React.Component {
);

const Logo = props => (
<div className="" style={{width: '750px', alignItems: 'center', margin: 'auto'}}>
<div className="" style={{width: '100%', alignItems: 'center', margin: 'auto'}}>
<img src={props.img_src} />
</div>
);
Expand Down

0 comments on commit cc815d8

Please sign in to comment.