* Revert "Revert "Upgrade Primer CSS to 16 (#18713)""
This reverts commit c01d3e302e.
* Add a hack to handle trashcan icon in translated content
14 lines
463 B
HTML
14 lines
463 B
HTML
<section class="mt-lg-9 py-7 px-3 px-md-6 no-print color-bg-tertiary">
|
|
<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>
|