Skip to content

Commit 51aeb59

Browse files
committed
impact/style tweaks
1 parent c53c15d commit 51aeb59

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

impacts.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ <h1>Pay as You Throw in Boston</h1>
4343
<div class="stat-block">
4444
<h3 class="block-title">Bostonians disposed of</h3>
4545
<p class="block-reduction"><span class="reduction-percent">186,305 tons of trash</span> </p>
46-
<p class="block-description">*This includes household and bulky waste</p>
46+
<p class="block-description">This includes household and bulky waste</p>
4747
</div>
4848
<div class="stat-block">
4949
<h3 class="block-title">Each household disposed of</h3>
5050
<p class="block-reduction"><span class="reduction-percent">0.68 tons of trash</span> </p>
51-
<p class="block-description">*This is an average per household</p>
51+
<p class="block-description">This is an average per household</p>
5252
</div>
5353
<div class="stat-block">
5454
<h3 class="block-title">Boston spent</h3>
5555
<p class="block-reduction"><span class="reduction-percent">$19,260,210.90</span></p>
56-
<p class="block-description">to incinerate trash</p>
56+
<p class="block-description">to incinerate all household trash</p>
5757
</div>
5858
</div>
5959
</div>
@@ -64,17 +64,17 @@ <h3 class="block-title">Boston spent</h3>
6464
<div class="stat-block">
6565
<h3 class="block-title">Bostonians could dispose of</h3>
6666
<p class="block-reduction"><span class="reduction-percent">102,675 tons of trash</span></p>
67-
<p class="block-description">*A 44.95% reduction over 5 years</p>
67+
<p class="block-description">A <strong>44.95%</strong> reduction over 5 years</p>
6868
</div>
6969
<div class="stat-block">
7070
<h3 class="block-title">Each household could dispose of</h3>
7171
<p class="block-reduction"><span class="reduction-percent">0.32 tons of trash</span></p>
72-
<p class="block-description">*This is an average per household</p>
72+
<p class="block-description">This is an average per household</p>
7373
</div>
7474
<div class="stat-block">
7575
<h3 class="block-title">Boston could save</h3>
7676
<p class="block-reduction"><span class="reduction-percent">$1,729,131.19</span></p>
77-
<p class="block-description">in annual trash costs</p>
77+
<p class="block-description">in annual trash incineration costs</p>
7878
</div>
7979
</div>
8080
</div>

styles/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ img {
940940
}
941941

942942
.impact-compare .stat-blocks.stack .stat-block {
943-
min-height: 180px; /* normalize heights to the tallest card */
943+
min-height: 160px; /* normalize heights to the tallest card */
944944
}
945945

946946
/* Stat Blocks - Boston.gov style card layout */

0 commit comments

Comments
 (0)