44644bc5 by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 4130eaaa
...@@ -15235,7 +15235,7 @@ input[type=checkbox] { ...@@ -15235,7 +15235,7 @@ input[type=checkbox] {
15235 #wrapper-footer-full #footer-full-content .footer-widget .wp-block-columns p { 15235 #wrapper-footer-full #footer-full-content .footer-widget .wp-block-columns p {
15236 color: #707070; 15236 color: #707070;
15237 } 15237 }
15238 #wrapper-footer-full #footer-full-content .footer-widget .wp-block-columns .wp-block-column:nth-of-type(2) ::before { 15238 #wrapper-footer-full #footer-full-content .footer-widget .wp-block-columns .wp-block-column:nth-of-type(2) p::before {
15239 content: ""; 15239 content: "";
15240 margin: 20px 0px; 15240 margin: 20px 0px;
15241 display: block; 15241 display: block;
...@@ -15244,7 +15244,7 @@ input[type=checkbox] { ...@@ -15244,7 +15244,7 @@ input[type=checkbox] {
15244 background-color: #ffa300; 15244 background-color: #ffa300;
15245 } 15245 }
15246 @media only screen and (max-width: 768px) { 15246 @media only screen and (max-width: 768px) {
15247 #wrapper-footer-full #footer-full-content .footer-widget .wp-block-columns .wp-block-column:nth-of-type(2) ::before { 15247 #wrapper-footer-full #footer-full-content .footer-widget .wp-block-columns .wp-block-column:nth-of-type(2) p::before {
15248 margin: 0px 0px 10px 0px; 15248 margin: 0px 0px 10px 0px;
15249 } 15249 }
15250 } 15250 }
......
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.
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
8 color: #707070; 8 color: #707070;
9 } 9 }
10 .wp-block-column:nth-of-type(2) { 10 .wp-block-column:nth-of-type(2) {
11 ::before { 11 p::before {
12 content: ""; 12 content: "";
13 margin: 20px 0px; 13 margin: 20px 0px;
14 display: block; 14 display: block;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: Tenzing Communications 5 Author: Tenzing Communications
6 Author URI: https://tenzingbrand.com 6 Author URI: https://tenzingbrand.com
7 Template: understrap 7 Template: understrap
8 Version: 1.1.0027 8 Version: 1.1.0028
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
......