// Layout widths $width-max-layout: 100%; $width-max-article: 800px; $width-grid-base: 1200px; // This is the breakpoint navigation transforms into mobile menu // NB! IMPORTANT! Remember to change in js/src/navigation.js: // const responsivenav = 960; // If these are not the same, navigation toggles will not work properly. $width-max-mobile: 960px; // Breakpoints for comntainers $container-mobile: 480px; $container-ipad: 770px; $container-ipad-landscape: 1024px; $container-desktop: 1200px;