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 { ...@@ -21203,7 +21203,7 @@ ul.sf_date_field .sf-datepicker {
21203 display: flex; 21203 display: flex;
21204 flex-direction: row-reverse; 21204 flex-direction: row-reverse;
21205 flex-wrap: wrap; 21205 flex-wrap: wrap;
21206 justify-content: center; 21206 justify-content: left;
21207 margin: 24px 0; 21207 margin: 24px 0;
21208 } 21208 }
21209 @media only screen and (max-width: 67.063rem) { 21209 @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 @@ ...@@ -2,7 +2,7 @@
2 display: flex; 2 display: flex;
3 flex-direction: row-reverse; 3 flex-direction: row-reverse;
4 flex-wrap: wrap; 4 flex-wrap: wrap;
5 justify-content: center; 5 justify-content: left;
6 margin:24px 0; 6 margin:24px 0;
7 @media only screen and (max-width:67.063rem) { 7 @media only screen and (max-width:67.063rem) {
8 display: block; 8 display: block;
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.512 5 Version: 1.0.513
6 */ 6 */
7 7
......