44644bc5 by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 4130eaaa
......@@ -15235,7 +15235,7 @@ input[type=checkbox] {
#wrapper-footer-full #footer-full-content .footer-widget .wp-block-columns p {
color: #707070;
}
#wrapper-footer-full #footer-full-content .footer-widget .wp-block-columns .wp-block-column:nth-of-type(2) ::before {
#wrapper-footer-full #footer-full-content .footer-widget .wp-block-columns .wp-block-column:nth-of-type(2) p::before {
content: "";
margin: 20px 0px;
display: block;
......@@ -15244,7 +15244,7 @@ input[type=checkbox] {
background-color: #ffa300;
}
@media only screen and (max-width: 768px) {
#wrapper-footer-full #footer-full-content .footer-widget .wp-block-columns .wp-block-column:nth-of-type(2) ::before {
#wrapper-footer-full #footer-full-content .footer-widget .wp-block-columns .wp-block-column:nth-of-type(2) p::before {
margin: 0px 0px 10px 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.
......@@ -8,7 +8,7 @@
color: #707070;
}
.wp-block-column:nth-of-type(2) {
::before {
p::before {
content: "";
margin: 20px 0px;
display: block;
......
......@@ -5,7 +5,7 @@
Author: Tenzing Communications
Author URI: https://tenzingbrand.com
Template: understrap
Version: 1.1.0027
Version: 1.1.0028
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......