Skip to content

Commit

Permalink
Merge pull request #9797 from behrangsa/patch-3
Browse files Browse the repository at this point in the history
Addon-viewports: Fix Galaxy S9's viewport size
  • Loading branch information
shilman authored Feb 15, 2020
2 parents dbfaf3c + cdd599d commit c628a67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/viewport/src/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ export const INITIAL_VIEWPORTS: ViewportMap = {
galaxys9: {
name: 'Galaxy S9',
styles: {
height: '1480px',
width: '720px',
height: '740px',
width: '360px',
},
type: 'mobile',
},
Expand Down

0 comments on commit c628a67

Please sign in to comment.