6f692aad by Jeff Balicki

mo

1 parent 9cc68787
...@@ -16444,7 +16444,6 @@ h4, .h4 { ...@@ -16444,7 +16444,6 @@ h4, .h4 {
16444 } 16444 }
16445 } 16445 }
16446 a.find { 16446 a.find {
16447 margin-bottom: 50px;
16448 background-color: #012169; 16447 background-color: #012169;
16449 text-transform: uppercase; 16448 text-transform: uppercase;
16450 font-family: "Calibri-bold"; 16449 font-family: "Calibri-bold";
...@@ -16456,6 +16455,11 @@ a.find { ...@@ -16456,6 +16455,11 @@ a.find {
16456 color: #fff; 16455 color: #fff;
16457 margin-right: 0px !important; 16456 margin-right: 0px !important;
16458 } 16457 }
16458 @media (max-width: 768px) {
16459 a.find {
16460 width: 100%;
16461 }
16462 }
16459 16463
16460 a.find:focus, 16464 a.find:focus,
16461 a.find:hover { 16465 a.find:hover {
...@@ -16482,7 +16486,7 @@ ss3-force-full-width { ...@@ -16482,7 +16486,7 @@ ss3-force-full-width {
16482 } 16486 }
16483 @media (max-width: 768px) { 16487 @media (max-width: 768px) {
16484 ss3-force-full-width { 16488 ss3-force-full-width {
16485 top: 66px !important; 16489 top: 50px !important;
16486 position: relative !important; 16490 position: relative !important;
16487 } 16491 }
16488 } 16492 }
...@@ -16496,6 +16500,11 @@ ss3-force-full-width { ...@@ -16496,6 +16500,11 @@ ss3-force-full-width {
16496 position: absolute !important; 16500 position: absolute !important;
16497 } 16501 }
16498 16502
16503 @media (max-width: 768px) {
16504 .page-template-numbers-page .wrapper {
16505 top: 49px !important;
16506 }
16507 }
16499 .page-template-numbers-page #Layer_1 { 16508 .page-template-numbers-page #Layer_1 {
16500 left: 0px; 16509 left: 0px;
16501 top: 0px; 16510 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 @@ ...@@ -24,7 +24,6 @@
24 24
25 25
26 a.find { 26 a.find {
27 margin-bottom: 50px;
28 background-color: #012169; 27 background-color: #012169;
29 text-transform: uppercase; 28 text-transform: uppercase;
30 font-family: "Calibri-bold"; 29 font-family: "Calibri-bold";
...@@ -35,6 +34,9 @@ a.find { ...@@ -35,6 +34,9 @@ a.find {
35 width: 368px; 34 width: 368px;
36 color: #fff; 35 color: #fff;
37 margin-right: 0px !important; 36 margin-right: 0px !important;
37 @media (max-width: 768px) {
38 width: 100%;
39 }
38 } 40 }
39 a.find:focus, 41 a.find:focus,
40 a.find:hover{ 42 a.find:hover{
...@@ -59,7 +61,7 @@ ss3-force-full-width{ ...@@ -59,7 +61,7 @@ ss3-force-full-width{
59 top: 0px !important; 61 top: 0px !important;
60 position: relative !important; 62 position: relative !important;
61 @media (max-width: 768px) { 63 @media (max-width: 768px) {
62 top: 66px !important; 64 top: 50px !important;
63 position: relative !important; 65 position: relative !important;
64 } 66 }
65 } 67 }
...@@ -77,6 +79,11 @@ ss3-force-full-width{ ...@@ -77,6 +79,11 @@ ss3-force-full-width{
77 } 79 }
78 80
79 .page-template-numbers-page{ 81 .page-template-numbers-page{
82 .wrapper{
83 @media (max-width: 768px) {
84 top: 49px !important;
85 }
86 }
80 #Layer_1 { 87 #Layer_1 {
81 left: 0px; 88 left: 0px;
82 top: 0px; 89 top: 0px;
......
...@@ -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.35 8 Version: 1.1.36
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
......