Initial commit
This commit is contained in:
commit
edb5816892
30 changed files with 534 additions and 0 deletions
6
assets/static/sass/_mediaqueries.scss
Normal file
6
assets/static/sass/_mediaqueries.scss
Normal file
|
@ -0,0 +1,6 @@
|
|||
$desktop: "(max-width: 992px)";
|
||||
$until-desktop: "(min-width: 768px)";
|
||||
$tablet: "(max-width: 768px)";
|
||||
$until-tablet: "(min-width: 768px)";
|
||||
$mobile: "(max-width: 480px)";
|
||||
$until-mobile: "(min-width: 480px)";
|
Loading…
Add table
Add a link
Reference in a new issue