978d5c88 by Jeff Balicki

fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 1a7d8a64
......@@ -21203,7 +21203,7 @@ ul.sf_date_field .sf-datepicker {
display: flex;
flex-direction: row-reverse;
flex-wrap: wrap;
justify-content: center;
justify-content: left;
margin: 24px 0;
}
@media only screen and (max-width: 67.063rem) {
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -2,7 +2,7 @@
display: flex;
flex-direction: row-reverse;
flex-wrap: wrap;
justify-content: center;
justify-content: left;
margin:24px 0;
@media only screen and (max-width:67.063rem) {
display: block;
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.512
Version: 1.0.513
*/
......