Files
habitica/website/client/css/variables/screen-size.styl

10 lines
265 B
Stylus

// Bootstrap screen width thresholds.
// Used for switching to different screen layout (mostly for smaller devices).
$xs-max-screen-width = 767px
$sm-min-screen-width = 768px
$sm-max-screen-width = 991px
$md-min-screen-width = 992px
$lg-min-screen-width = 1200px