chore: Add missing responsive classes
This commit is contained in:
@@ -26,6 +26,10 @@
|
||||
.sm-right {
|
||||
float: right;
|
||||
}
|
||||
.sm-justify-end {
|
||||
ms-flex-pack: end;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 52em) {
|
||||
@@ -54,6 +58,10 @@
|
||||
.md-right {
|
||||
float: right;
|
||||
}
|
||||
.md-justify-end {
|
||||
ms-flex-pack: end;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 64em) {
|
||||
@@ -82,4 +90,8 @@
|
||||
.lg-right {
|
||||
float: right;
|
||||
}
|
||||
.lg-justify-end {
|
||||
ms-flex-pack: end;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user