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 { ...@@ -19881,6 +19881,12 @@ ul.sf_date_field .sf-datepicker {
19881 display: block !important; 19881 display: block !important;
19882 } 19882 }
19883 19883
19884 @media only screen and (max-width: 48.875rem) {
19885 #advance-search-modal .searchandfilter {
19886 padding-left: 0.5rem;
19887 }
19888 }
19889
19884 #wrapper-footer { 19890 #wrapper-footer {
19885 background-color: #F0F0F0; 19891 background-color: #F0F0F0;
19886 padding: 2.0625rem 2.5rem; 19892 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 { ...@@ -436,4 +436,14 @@ h1+p {
436 display: block !important; 436 display: block !important;
437 } 437 }
438 } 438 }
439 }
440 #advance-search-modal{
441 .searchandfilter{
442
443 @media only screen and (max-width: 48.875rem) {
444
445 padding-left: 0.5rem;
446 }
447
448 }
439 } 449 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -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.499 5 Version: 1.0.500
6 */ 6 */
7 7
......