8de1bde6 by Jeff Balicki

ddd

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent a598ebe4
......@@ -15278,7 +15278,7 @@ a.skip-link:focus {
margin: 0px 0px 10px 0px;
}
}
#wrapper-footer-full #footer-full-content .footer-widget .wp-block-columns .wp-block-column:nth-of-type(3) ::before {
#wrapper-footer-full #footer-full-content .footer-widget .wp-block-columns .wp-block-column:nth-of-type(3) P::before {
content: "";
margin: 20px 0px;
display: block;
......@@ -15287,7 +15287,7 @@ a.skip-link:focus {
background-color: #3f9c35;
}
@media only screen and (max-width: 768px) {
#wrapper-footer-full #footer-full-content .footer-widget .wp-block-columns .wp-block-column:nth-of-type(3) ::before {
#wrapper-footer-full #footer-full-content .footer-widget .wp-block-columns .wp-block-column:nth-of-type(3) P::before {
margin: 0px 0px 20px 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.
......@@ -21,7 +21,7 @@
}
}
.wp-block-column:nth-of-type(3) {
::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.0033
Version: 1.1.0034
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......