Skip to content

Commit

Permalink
Reduce landing image size
Browse files Browse the repository at this point in the history
  • Loading branch information
HJunyuan committed May 20, 2020
1 parent 838c741 commit e56b9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default () => {
src={landing}
alt="A man looking out of a window"
draggable={false}
style={{ maxWidth: "540px" }}
style={{ maxHeight: "450px" }}
/>
</Col>
<LandingText md={6}>
Expand Down

0 comments on commit e56b9ae

Please sign in to comment.