233a1d89 by Jeff Balicki

ee

1 parent 0e7ef0ab
...@@ -17557,6 +17557,17 @@ input[type=radio]:checked { ...@@ -17557,6 +17557,17 @@ input[type=radio]:checked {
17557 background-image: url("/wp-content/themes/understrap-child/src/images/download.svg"); 17557 background-image: url("/wp-content/themes/understrap-child/src/images/download.svg");
17558 } 17558 }
17559 17559
17560 #wpsl-search-wrap,
17561 #find-a-financial-planner-near-you {
17562 padding-left: 45px;
17563 }
17564 @media (max-width: 786px) {
17565 #wpsl-search-wrap,
17566 #find-a-financial-planner-near-you {
17567 padding-left: 0px;
17568 }
17569 }
17570
17560 body { 17571 body {
17561 font-family: "Calibri"; 17572 font-family: "Calibri";
17562 } 17573 }
......
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.
...@@ -991,3 +991,10 @@ span.wpcf7-list-item { ...@@ -991,3 +991,10 @@ span.wpcf7-list-item {
991 background-position: center; 991 background-position: center;
992 background-image: url("/wp-content/themes/understrap-child/src/images/download.svg"); 992 background-image: url("/wp-content/themes/understrap-child/src/images/download.svg");
993 } 993 }
994 #wpsl-search-wrap,
995 #find-a-financial-planner-near-you{
996 padding-left: 45px;
997 @media (max-width: 786px) {
998 padding-left: 0px;
999 }
1000 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.1.303892 8 Version: 1.1.303893
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......