mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
10 lines
265 B
Stylus
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
|
|
|