Customize the layout for mobile devices
Scale
Style
Column sizes change dimensions once they reach certain breakpoints. They do it automatically because your website needs to be responsive and mobile friendly.
$small-breakpoint: em-calc(640);
$medium-breakpoint: em-calc(1024);
$large-breakpoint: em-calc(1440);
$xlarge-breakpoint: em-calc(1920);