refonte des breakpoints
This commit is contained in:
parent
c940647d2d
commit
3b87077ae3
10 changed files with 66 additions and 597 deletions
7
sass/_config/_breakpoints.scss
Normal file
7
sass/_config/_breakpoints.scss
Normal file
|
@ -0,0 +1,7 @@
|
|||
// Warning : you should use your own values, regardless of the devices
|
||||
// GOOD : (max-width: $BP) and (min-width: ($BP + 1))
|
||||
$tiny: 544px; // or 'em' if you prefer, of course
|
||||
$small: 768px;
|
||||
$medium: 1024px;
|
||||
$large: 1200px;
|
||||
$extra-large: 1440px;
|
Loading…
Add table
Add a link
Reference in a new issue