* Combine three super footer elements into one section * Update support-section.html * Update heading font sizes
14 lines
472 B
HTML
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>
|