Typos un peu partout
This commit is contained in:
parent
9a8875c64d
commit
d943099ca0
13 changed files with 27 additions and 14 deletions
|
@ -8,7 +8,7 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* blocks that needs to be placed under floats */
|
||||
/* blocks that need to be placed under floats */
|
||||
.clear {
|
||||
clear: both;
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
// Responsive breakpoints variables
|
||||
|
||||
// Warning : you should use your own values, regardless of the devices
|
||||
// Best practise : (max-width: ($BP - 1)) and (min-width: $BP)
|
||||
// Best practice : (max-width: ($BP - 1)) and (min-width: $BP)
|
||||
|
||||
$tiny: 480px !default; // or 'em' if you prefer, of course
|
||||
$small: 576px !default;
|
||||
|
|
|
@ -87,6 +87,7 @@ $medium: 768px !default;
|
|||
grid-column: auto / span #{$i};
|
||||
}
|
||||
}
|
||||
|
||||
[class*="-small-all"] {
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue