Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit 951a269

Browse files
committed
Merge pull request #4347 from DFurnes/fixes-4341
Fixes #4341.
2 parents 69a8401 + 74b6850 commit 951a269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/themes/dosomething/paraneue_dosomething/templates/taxonomy/taxonomy-term.tpl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<section class="container -padded">
5151
<div class="wrapper">
5252
<?php if (!empty($facts)): ?>
53-
<div class="container__block -narrow">
53+
<div class="container__block -narrow with-lists">
5454
<h2 class="inline-sponsor-color"><?php print $facts_header; ?></h2>
5555
<ul>
5656
<?php foreach ($facts['facts'] as $fact): ?>
@@ -70,7 +70,7 @@
7070
</div>
7171
<?php endif; ?>
7272

73-
<div class="container__block -narrow">
73+
<div class="container__block -narrow with-lists">
7474
<?php if (isset($global_copy['campaign_value_proposition'])): ?>
7575
<h2 class="inline-sponsor-color"><?php print t('What You Get'); ?></h2>
7676
<?php print $global_copy['campaign_value_proposition']; ?>

0 commit comments

Comments
 (0)