Add support for responsive left
This commit is contained in:
@@ -26,6 +26,9 @@
|
||||
.sm-right {
|
||||
float: right;
|
||||
}
|
||||
.sm-left {
|
||||
float: left;
|
||||
}
|
||||
.sm-justify-end {
|
||||
ms-flex-pack: end;
|
||||
justify-content: flex-end;
|
||||
@@ -58,6 +61,9 @@
|
||||
.md-right {
|
||||
float: right;
|
||||
}
|
||||
.md-left {
|
||||
float: left;
|
||||
}
|
||||
.md-justify-end {
|
||||
ms-flex-pack: end;
|
||||
justify-content: flex-end;
|
||||
@@ -90,6 +96,9 @@
|
||||
.lg-right {
|
||||
float: right;
|
||||
}
|
||||
.lg-left {
|
||||
float: left;
|
||||
}
|
||||
.lg-justify-end {
|
||||
ms-flex-pack: end;
|
||||
justify-content: flex-end;
|
||||
|
||||
Reference in New Issue
Block a user