Fixed Galaxy S9's viewport size

Galaxy S9's viewport size is 740x360. See https://yesviz.com/devices/s9/.
This commit is contained in:
Behrang 2020-02-09 18:22:02 +11:00 committed by GitHub
parent c208d80c48
commit cdd599dcff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,8 +92,8 @@ export const INITIAL_VIEWPORTS: ViewportMap = {
galaxys9: {
name: 'Galaxy S9',
styles: {
height: '1480px',
width: '720px',
height: '740px',
width: '360px',
},
type: 'mobile',
},