Responsive columns

Column sizes change dimensions once they reach certain breakpoints. They do it automatically because your website needs to be responsive and mobile friendly.

SCSS

$small-breakpoint:  em-calc(640);
$medium-breakpoint: em-calc(1024);
$large-breakpoint:  em-calc(1440);
$xlarge-breakpoint: em-calc(1920);