6f692aad by Jeff Balicki

mo

1 parent 9cc68787
......@@ -16444,7 +16444,6 @@ h4, .h4 {
}
}
a.find {
margin-bottom: 50px;
background-color: #012169;
text-transform: uppercase;
font-family: "Calibri-bold";
......@@ -16456,6 +16455,11 @@ a.find {
color: #fff;
margin-right: 0px !important;
}
@media (max-width: 768px) {
a.find {
width: 100%;
}
}
a.find:focus,
a.find:hover {
......@@ -16482,7 +16486,7 @@ ss3-force-full-width {
}
@media (max-width: 768px) {
ss3-force-full-width {
top: 66px !important;
top: 50px !important;
position: relative !important;
}
}
......@@ -16496,6 +16500,11 @@ ss3-force-full-width {
position: absolute !important;
}
@media (max-width: 768px) {
.page-template-numbers-page .wrapper {
top: 49px !important;
}
}
.page-template-numbers-page #Layer_1 {
left: 0px;
top: 0px;
......
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.
......@@ -24,7 +24,6 @@
a.find {
margin-bottom: 50px;
background-color: #012169;
text-transform: uppercase;
font-family: "Calibri-bold";
......@@ -35,6 +34,9 @@ a.find {
width: 368px;
color: #fff;
margin-right: 0px !important;
@media (max-width: 768px) {
width: 100%;
}
}
a.find:focus,
a.find:hover{
......@@ -59,7 +61,7 @@ ss3-force-full-width{
top: 0px !important;
position: relative !important;
@media (max-width: 768px) {
top: 66px !important;
top: 50px !important;
position: relative !important;
}
}
......@@ -77,6 +79,11 @@ ss3-force-full-width{
}
.page-template-numbers-page{
.wrapper{
@media (max-width: 768px) {
top: 49px !important;
}
}
#Layer_1 {
left: 0px;
top: 0px;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.35
Version: 1.1.36
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......