10eca198 by Jeff Balicki

eee

1 parent 9fee2238
......@@ -16512,13 +16512,15 @@ button {
a.find {
background-color: #012169;
text-transform: uppercase;
font-family: "Calibri-bold";
font-family: "Calibri";
font-size: 1.25rem;
line-height: 1.25rem;
padding: 2px 50px 17px 60px;
border-radius: 0px;
width: 368px;
color: #fff;
right: 0px;
position: fixed !important;
margin-right: 0px !important;
}
@media (max-width: 768px) {
......
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.
......@@ -22,7 +22,7 @@ $container = "cont";
<div class="<?php echo esc_attr( $container ); ?>">
<a href="#time-to-find-your-number" class="navbar-brand custom-logo-link find" rel="home" aria-current="page">
<a href="#wpsl-wrap" class="navbar-brand custom-logo-link find" rel="home" aria-current="page">
find a professional planner
</a>
......
......@@ -34,13 +34,15 @@ button {
a.find {
background-color: #012169;
text-transform: uppercase;
font-family: "Calibri-bold";
font-family: "Calibri";
font-size: 20px;
line-height: 20px;
padding: 2px 50px 17px 60px;
border-radius: 0px;
width: 368px;
color: #fff;
right: 0px;
position: fixed !important;
margin-right: 0px !important;
@media (max-width: 768px) {
width: 100%;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.3023
Version: 1.1.3026
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......