add comment
This commit is contained in:
parent
a4cb68f387
commit
599ba78b72
@ -1,4 +1,6 @@
|
||||
const deviceType = () => {
|
||||
// Listing of Device Viewport sizes, Updated : March 25th, 2018
|
||||
// http://mediag.com/news/popular-screen-resolutions-designing-for-all/
|
||||
const MAX_PHONE_SHORT_SIDE = 480;
|
||||
|
||||
const smallSide = window.screen.width < window.screen.height
|
||||
|
Loading…
Reference in New Issue
Block a user