233a1d89 by Jeff Balicki

ee

1 parent 0e7ef0ab
......@@ -17557,6 +17557,17 @@ input[type=radio]:checked {
background-image: url("/wp-content/themes/understrap-child/src/images/download.svg");
}
#wpsl-search-wrap,
#find-a-financial-planner-near-you {
padding-left: 45px;
}
@media (max-width: 786px) {
#wpsl-search-wrap,
#find-a-financial-planner-near-you {
padding-left: 0px;
}
}
body {
font-family: "Calibri";
}
......
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 {
background-position: center;
background-image: url("/wp-content/themes/understrap-child/src/images/download.svg");
}
#wpsl-search-wrap,
#find-a-financial-planner-near-you{
padding-left: 45px;
@media (max-width: 786px) {
padding-left: 0px;
}
}
\ No newline at end of file
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.303892
Version: 1.1.303893
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......