fix
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
3 additions
and
3 deletions
| ... | @@ -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; | ... | ... |
-
Please register or sign in to post a comment