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