Skip to content

Commit

Permalink
fix(bg): Adjust alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed May 30, 2017
1 parent 9c4d9ef commit c6816f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified src/dropBG.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ const STYLES = {
backgroundPosition: 'center',
backgroundSize: 'contain',
borderRadius: '10px',
width: '300px',
padding: 'calc(50vh - 2em) calc(50vw - 150px - 1em)',
width: '50px',
padding: 'calc(50vh - 2em) calc(50vw - 25px - 2em)',
},
};

Expand Down

0 comments on commit c6816f8

Please sign in to comment.