diff --git a/services/web/app/views/subscriptions/plans-marketing/v2/_mixins.pug b/services/web/app/views/subscriptions/plans-marketing/v2/_mixins.pug index b7b19ffae2..df77042c46 100644 --- a/services/web/app/views/subscriptions/plans-marketing/v2/_mixins.pug +++ b/services/web/app/views/subscriptions/plans-marketing/v2/_mixins.pug @@ -53,7 +53,7 @@ mixin table_individual(period) tr.plans-v2-table-divider td(colspan="5") div - span.plans-v2-table-divider-label #{translate(planFeaturesPerSection.dividerLabel)} + b.plans-v2-table-divider-label #{translate(planFeaturesPerSection.dividerLabel)} //- will only appear on screen width >= 768px (using CSS) i.fa.fa-question-circle.plans-v2-table-divider-question-icon( data-toggle="tooltip" @@ -182,7 +182,7 @@ mixin table_group tr.plans-v2-table-divider td(colspan="4") div - span.plans-v2-table-divider-label #{translate(planFeaturesPerSection.dividerLabel)} + b.plans-v2-table-divider-label #{translate(planFeaturesPerSection.dividerLabel)} //- will only appear on screen width >= 768px (using CSS) i.fa.fa-question-circle.plans-v2-table-divider-question-icon( data-toggle="tooltip" @@ -279,7 +279,7 @@ mixin table_student(period) tr.plans-v2-table-divider td(colspan="4") div - span.plans-v2-table-divider-label #{translate(planFeaturesPerSection.dividerLabel)} + b.plans-v2-table-divider-label #{translate(planFeaturesPerSection.dividerLabel)} //- will only appear on screen width >= 768px (using CSS) i.fa.fa-question-circle.plans-v2-table-divider-question-icon( data-toggle="tooltip"