785dc0c0 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent c1872bef
...@@ -19470,6 +19470,11 @@ ul.sf_date_field .sf-datepicker { ...@@ -19470,6 +19470,11 @@ ul.sf_date_field .sf-datepicker {
19470 background-size: cover; 19470 background-size: cover;
19471 background-position: center; 19471 background-position: center;
19472 } 19472 }
19473 @media screen and (max-width: 59.375rem) {
19474 .entry-header.page {
19475 min-height: 430px;
19476 }
19477 }
19473 .entry-header.page .search-box:hover, 19478 .entry-header.page .search-box:hover,
19474 .entry-header.page .search-box:focus-within { 19479 .entry-header.page .search-box:focus-within {
19475 width: 100%; 19480 width: 100%;
......
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.
...@@ -39,6 +39,9 @@ ...@@ -39,6 +39,9 @@
39 background-repeat: no-repeat; 39 background-repeat: no-repeat;
40 background-size: cover; 40 background-size: cover;
41 background-position: center; 41 background-position: center;
42 @media screen and (max-width: 59.375rem) {
43 min-height: 430px;
44 }
42 .search-box:hover, 45 .search-box:hover,
43 .search-box:focus-within{ 46 .search-box:focus-within{
44 width: 100%; 47 width: 100%;
......
...@@ -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.487 5 Version: 1.0.488
6 */ 6 */
7 7
......