mirror of
https://github.com/ae-utbm/sith.git
synced 2025-02-23 16:07:22 +00:00
5 lines
144 B
SCSS
5 lines
144 B
SCSS
|
/*--------------------------MEDIA QUERY HELPERS------------------------*/
|
||
|
|
||
|
$small-devices: 576px;
|
||
|
$medium-devices: 768px;
|
||
|
$large-devices: 992px;
|