2eb634db by Jeff Balicki

dddd

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 02ec0ec6
......@@ -19447,7 +19447,7 @@ ul.sf_date_field .sf-datepicker {
.entry-header.page .search-box {
background-color: #fff;
border-radius: 1.25rem;
max-width: 90%;
max-width: 80%;
margin: auto;
margin-top: 2.5rem;
position: absolute;
......@@ -19455,12 +19455,15 @@ ul.sf_date_field .sf-datepicker {
transition: 0.5s ease-in-out;
height: 4rem;
width: 4rem;
right: 5%;
right: 10%;
overflow: hidden;
}
@media only screen and (max-width: 48.875rem) {
.entry-header.page .search-box {
padding: 0rem 0.625rem;
max-width: 90%;
right: 5%;
margin-top: 3.5rem;
}
}
.entry-header.page .search-box .search-button {
......
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.
......@@ -73,7 +73,7 @@
.search-box{
background-color: #fff;
border-radius: 1.25rem ;
max-width: 90%;
max-width: 80%;
margin: auto;
margin-top: 2.5rem;
//padding: 0rem 6.25rem ;
......@@ -82,10 +82,13 @@
transition: 0.5s ease-in-out;
height: 4rem;
width: 4rem;
right: 5%;
right: 10%;
overflow: hidden;
@media only screen and (max-width: 48.875rem) {
padding: 0rem 0.625rem ;
max-width: 90%;
right: 5%;
margin-top: 3.5rem;
}
.search-button{
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.453
Version: 1.0.454
*/
......