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 { ...@@ -19616,6 +19616,11 @@ ul.sf_date_field .sf-datepicker {
19616 text-decoration: underline; 19616 text-decoration: underline;
19617 } 19617 }
19618 19618
19619 .contact h2, .contact .h2 {
19620 margin-left: -10px;
19621 margin-bottom: 0px;
19622 }
19623
19619 .wp-block-pb-accordion-item { 19624 .wp-block-pb-accordion-item {
19620 /* 19625 /*
19621 We're overriding the page structure global for this because this 19626 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' ); ...@@ -34,7 +34,7 @@ $container = get_theme_mod( 'understrap_container_type' );
34 </footer><!-- #colophon --> 34 </footer><!-- #colophon -->
35 35
36 </div><!-- col --> 36 </div><!-- col -->
37 <div class="col-md-6 col-sm-12"> 37 <div class="col-md-6 col-sm-12 contact">
38 38
39 <footer class="site-footer"> 39 <footer class="site-footer">
40 40
......
...@@ -50,3 +50,10 @@ ...@@ -50,3 +50,10 @@
50 } 50 }
51 } 51 }
52 } 52 }
53
54 .contact{
55 h2{
56 margin-left: -10px;
57 margin-bottom: 0px;
58 }
59 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.423 5 Version: 1.0.424
6 */ 6 */
......