6900e051 by Jeff Balicki

qqq

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent cbe4ead3
...@@ -19304,7 +19304,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -19304,7 +19304,7 @@ ul.sf_date_field .sf-datepicker {
19304 } 19304 }
19305 @media only screen and (max-width: 48.875rem) { 19305 @media only screen and (max-width: 48.875rem) {
19306 .home-header .search-box { 19306 .home-header .search-box {
19307 padding: 1.75rem 3rem; 19307 padding: 1.75rem 2rem;
19308 max-width: calc(100% - 20px); 19308 max-width: calc(100% - 20px);
19309 } 19309 }
19310 } 19310 }
......
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.
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
51 margin: auto; 51 margin: auto;
52 padding: 2.625rem 3.125rem ; 52 padding: 2.625rem 3.125rem ;
53 @media only screen and (max-width: 48.875rem) { 53 @media only screen and (max-width: 48.875rem) {
54 padding: 1.75rem 3rem ; 54 padding: 1.75rem 2rem ;
55 max-width: calc(100% - 20px); 55 max-width: calc(100% - 20px);
56 } 56 }
57 57
......
...@@ -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.500 5 Version: 1.0.501
6 */ 6 */
7 7
......