168fc108 by Jeff Balicki

ssss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent a58e093d
......@@ -19616,6 +19616,11 @@ ul.sf_date_field .sf-datepicker {
text-decoration: underline;
}
.contact h2, .contact .h2 {
margin-left: -10px;
margin-bottom: 0px;
}
.wp-block-pb-accordion-item {
/*
We're overriding the page structure global for this because this
......
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.
......@@ -34,7 +34,7 @@ $container = get_theme_mod( 'understrap_container_type' );
</footer><!-- #colophon -->
</div><!-- col -->
<div class="col-md-6 col-sm-12">
<div class="col-md-6 col-sm-12 contact">
<footer class="site-footer">
......
......@@ -50,3 +50,10 @@
}
}
}
.contact{
h2{
margin-left: -10px;
margin-bottom: 0px;
}
}
\ No newline at end of file
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.423
Version: 1.0.424
*/
......