Your IP : 216.73.216.95


Current Path : /var/www/mainsite/wp-content/themes/maxcoach/assets/scss/settings/
Upload File :
Current File : /var/www/mainsite/wp-content/themes/maxcoach/assets/scss/settings/_bootstrap.scss

// Flex setup
$enable-flex: true;

// Breakpoint setup
$grid-breakpoints: (
	// Extra small screen / phone
	xs: 0,
	// Small screen / phone
	sm: 544px,
	// Medium screen / tablet
	md: 768px,
	// Large screen / desktop
	lg: 992px,
	// Extra large screen / wide desktop
	xl: 1200px,
	// Super extra screen
	xxl:1920px
) !default;

// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: (
	sm: 576px,
	md: 720px,
	lg: 940px,
	xl: 1200px
);