mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-21 04:52:30 -05:00
11 lines
320 B
JavaScript
11 lines
320 B
JavaScript
/* This file contains breakpoints from _frameless.scss, to be used in MediaQuery elements.
|
|
* All units are in px, as per _frameless.scss and the MediaQuery default arguments.
|
|
*/
|
|
const frameless = {
|
|
desktop: 942,
|
|
mobileIntermediate: 640,
|
|
tabletPortrait: 768,
|
|
mobile: 480
|
|
};
|
|
|
|
module.exports = frameless;
|