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 {
background-size: cover;
background-position: center;
}
@media screen and (max-width: 59.375rem) {
.entry-header.page {
min-height: 430px;
}
}
.entry-header.page .search-box:hover,
.entry-header.page .search-box:focus-within {
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 @@
background-repeat: no-repeat;
background-size: cover;
background-position: center;
@media screen and (max-width: 59.375rem) {
min-height: 430px;
}
.search-box:hover,
.search-box:focus-within{
width: 100%;
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.487
Version: 1.0.488
*/
......