Ménage de printemps
Gros nettoyage de tous les espaces et tabulations disgrâcieux
This commit is contained in:
parent
1b9e0bf9f5
commit
55709a882d
20 changed files with 664 additions and 662 deletions
|
@ -6,12 +6,12 @@
|
|||
/* grids inspired from SUIT https://github.com/suitcss/suit */
|
||||
|
||||
/* overall container of grids */
|
||||
.grid {
|
||||
.grid {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* global styles for direct child ex. .grid3 */
|
||||
.grid > * {
|
||||
.grid > * {
|
||||
display: block;
|
||||
padding: 0;
|
||||
/* gutter value */
|
||||
|
@ -20,7 +20,7 @@
|
|||
}
|
||||
|
||||
/* global styles for each "cell" */
|
||||
.grid > * > * {
|
||||
.grid > * > * {
|
||||
display: inline-block;
|
||||
/* gutter value */
|
||||
padding-left: $gutter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue