Ott 304 responsive main screen fn (#100)
parent
21df1f11e8
commit
09ecd956f1
@ -1,5 +1,7 @@ |
|||||||
export const devices = { |
export const devices = { |
||||||
|
desktop: '(max-width: 1784px)', |
||||||
laptop: '(max-width: 1280px)', |
laptop: '(max-width: 1280px)', |
||||||
|
large: '(max-width: 1900px)', |
||||||
mobile: '(max-width: 640px)', |
mobile: '(max-width: 640px)', |
||||||
tablet: '(max-width: 1024px)', |
tablet: '(max-width: 1024px)', |
||||||
} |
} |
||||||
|
|||||||
Loading…
Reference in new issue