mobile styles and fix overflow

This commit is contained in:
2024-12-18 15:52:12 -08:00
parent 90505b964a
commit 01ca26189e
24 changed files with 458 additions and 331 deletions

View File

@@ -1,11 +1,11 @@
<!-- Heading BEGIN -->
<section {{#if section_anchor_id}}id="{{section_anchor_id}}"{{/if}} class="h2-heading-slice-container bg-color-{{background_color}} padding-top-{{padding_top}} padding-bottom-{{padding_bottom}}">
<div class="container">
<div class="row">
<div class="col text-{{alignment}}">
<h2 class="{{heading_color}}">{{text}}</h2>
</div>
<section {{#if section_anchor_id}}id="{{section_anchor_id}}" {{/if}} class="h2-heading-slice-container bg-color-{{background_color}} padding-top-{{padding_top}} padding-bottom-{{padding_bottom}}">
<div class="container">
<div class="row">
<div class="col text-{{alignment}}">
<h2 class="{{heading_color}}">{{text}}</h2>
</div>
</div>
</div>
</div>
</section>
<!-- Heading END -->