ssss
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
7 changed files
with
14 additions
and
2 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment