Skip to content

Commit

Permalink
fix: adjust preview resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Apr 14, 2020
1 parent 1ea875a commit ac56695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ export default () => {
highlightColor: polished.lighten(0.15, color)
}}
sx={{
height: '280px',
width: '100%'
height: '245px',
width: '436px'
}}
src={screenshotUrl}
/>
Expand Down

1 comment on commit ac56695

@vercel
Copy link

@vercel vercel bot commented on ac56695 Apr 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.