Correction du sélecteur .left(VIRGULE) .u-left

This commit is contained in:
PhilippeVay 2019-07-23 11:54:14 +02:00
parent e71db133ec
commit b4660f4107
3 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -95,7 +95,7 @@
/* simple blocks alignment */
.left
.left,
.u-left {
margin-right: auto;
}