Ajout des classes pull et push pour grid
Les classes `.left` et `.right` ne sont pas applicables sur la grid. Ajout de 2 classes pour la grid.
This commit is contained in:
parent
17f2a3bcfc
commit
24f35a241a
5 changed files with 27 additions and 4 deletions
|
@ -920,6 +920,12 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
|
|||
width: calc(100% - 1em - .01px);
|
||||
}
|
||||
}
|
||||
.pull {
|
||||
margin-right: auto;
|
||||
}
|
||||
.push {
|
||||
margin-left: auto;
|
||||
}
|
||||
/* ----------------------------- */
|
||||
/* ==tables */
|
||||
/* ----------------------------- */
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue