1
0
mirror of synced 2025-12-23 21:07:12 -05:00
Files
docs/includes/support-section.html
Kevin Heis eedcd1d861 Combine three super footer elements into one section (#16724)
* Combine three super footer elements into one section

* Update support-section.html

* Update heading font sizes
2021-02-11 14:10:33 -08:00

14 lines
472 B
HTML

<section class="mt-lg-9 py-7 px-3 px-md-6 no-print" style="background:#fafbfc">
<div class="container-xl gutter-lg-spacious clearfix">
<div class="col-12 col-lg-6 col-xl-4 mb-6 mb-xl-0 float-left">
{% include helpfulness %}
</div>
<div class="col-12 col-lg-6 col-xl-4 mb-6 mb-xl-0 float-left">
{% include contribution %}
</div>
<div class="col-12 col-lg-12 col-xl-4 float-left">
{% include support %}
</div>
</div>
</section>