8de1bde6 by Jeff Balicki

ddd

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent a598ebe4
...@@ -15278,7 +15278,7 @@ a.skip-link:focus { ...@@ -15278,7 +15278,7 @@ a.skip-link:focus {
15278 margin: 0px 0px 10px 0px; 15278 margin: 0px 0px 10px 0px;
15279 } 15279 }
15280 } 15280 }
15281 #wrapper-footer-full #footer-full-content .footer-widget .wp-block-columns .wp-block-column:nth-of-type(3) ::before { 15281 #wrapper-footer-full #footer-full-content .footer-widget .wp-block-columns .wp-block-column:nth-of-type(3) P::before {
15282 content: ""; 15282 content: "";
15283 margin: 20px 0px; 15283 margin: 20px 0px;
15284 display: block; 15284 display: block;
...@@ -15287,7 +15287,7 @@ a.skip-link:focus { ...@@ -15287,7 +15287,7 @@ a.skip-link:focus {
15287 background-color: #3f9c35; 15287 background-color: #3f9c35;
15288 } 15288 }
15289 @media only screen and (max-width: 768px) { 15289 @media only screen and (max-width: 768px) {
15290 #wrapper-footer-full #footer-full-content .footer-widget .wp-block-columns .wp-block-column:nth-of-type(3) ::before { 15290 #wrapper-footer-full #footer-full-content .footer-widget .wp-block-columns .wp-block-column:nth-of-type(3) P::before {
15291 margin: 0px 0px 20px 0px; 15291 margin: 0px 0px 20px 0px;
15292 } 15292 }
15293 } 15293 }
......
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.
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
21 } 21 }
22 } 22 }
23 .wp-block-column:nth-of-type(3) { 23 .wp-block-column:nth-of-type(3) {
24 ::before { 24 P::before {
25 content: ""; 25 content: "";
26 margin: 20px 0px; 26 margin: 20px 0px;
27 display: block; 27 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.0033 8 Version: 1.1.0034
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
......