Correction du sélecteur .left(VIRGULE) .u-left
This commit is contained in:
parent
e71db133ec
commit
b4660f4107
3 changed files with 4 additions and 3 deletions
|
@ -850,7 +850,8 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
|
|||
}
|
||||
|
||||
/* simple blocks alignment */
|
||||
.left .u-left {
|
||||
.left,
|
||||
.u-left {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -95,7 +95,7 @@
|
|||
|
||||
/* simple blocks alignment */
|
||||
|
||||
.left
|
||||
.left,
|
||||
.u-left {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue