// main: ../main.scss
// -----------------------------------------------------------------------------
// This file contains all application-wide Sass breakpoints.
// -----------------------------------------------------------------------------


// Small tablets and large smartphones (landscape view)
$screen-xs-max: 420px;

// Small tablets (portrait view)
$screen-sm-max: 768px;

// Tablets
$screen-md-max: 992px;

// Large tablets and small desktops
$screen-lg-max: 1200px;