cbe4ead3 by Jeff Balicki

wwww

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 95bf9dfa
......@@ -19881,6 +19881,12 @@ ul.sf_date_field .sf-datepicker {
display: block !important;
}
@media only screen and (max-width: 48.875rem) {
#advance-search-modal .searchandfilter {
padding-left: 0.5rem;
}
}
#wrapper-footer {
background-color: #F0F0F0;
padding: 2.0625rem 2.5rem;
......
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.
......@@ -436,4 +436,14 @@ h1+p {
display: block !important;
}
}
}
#advance-search-modal{
.searchandfilter{
@media only screen and (max-width: 48.875rem) {
padding-left: 0.5rem;
}
}
}
\ No newline at end of file
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.499
Version: 1.0.500
*/
......