Skip to content

Commit a116b14

Browse files
committed
changes idk
1 parent 6d94062 commit a116b14

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

impacts.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,13 @@ <h1>Pay-As-You-Throw in Boston</h1>
3535
<p class="intro-text">How might implementing a Pay-As-You-Throw (PAYT) program impact the City of Boston?</p>
3636
<div class="squiggle" aria-hidden="true"></div>
3737

38-
<p>To estimate the impact of a PAYT program on Boston's trash tonnage and revenue, we <span class="mini-badge">1</span> calculated how much trash Boston households produced in 2024 and how much the city spent to incinerate it. <span class="mini-badge">2</span> We projected the impact of a PAYT program on trash reduction and how much the city could save in incineration costs from the reduction alone based off of <span class="mini-badge">3</span> reductions seen in other municipalities. We <span class="mini-badge">4</span> estimated how much Boston could generate in revenue from PAYT-bag sales based on the city of Malden.</a> </p>
39-
</p>
38+
<p>To estimate the impact of a PAYT program on Boston's trash tonnage and revenue, our team...</p>
39+
<ul class="badge-list">
40+
<li><span class="mini-badge">1</span> Calculated how much trash Boston households produced in 2024 and how much the city spent to incinerate it.</li>
41+
<li><span class="mini-badge">2</span> Estimated the potential trash reduction and how much the city could save in incineration costs from the reduction alone.</li>
42+
<li><span class="mini-badge">3</span> Boston estimates were generated from reductions seen in other municipalities.</li>
43+
<li><span class="mini-badge">4</span> Estimated how much Boston could generate in revenue from PAYT-bag sales based on the city of Malden.</li>
44+
</ul>
4045

4146
<!-- Section: Boston 2024 vs PAYT side-by-side -->
4247
<div class="impact-compare">

styles/styles.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,19 @@ ul ul li {
529529
margin: 0 2px;
530530
}
531531

532+
/* Badge list - remove bullet points and use badges as markers */
533+
.badge-list {
534+
list-style: none;
535+
margin: 8px 0 16px 0;
536+
padding-left: 8px;
537+
}
538+
539+
.badge-list li {
540+
margin: 0;
541+
padding: 4px 0;
542+
line-height: 1.5;
543+
}
544+
532545
/* Small inline section note used near figures (not the global top banner) */
533546
.section-note {
534547
background: transparent;

0 commit comments

Comments
 (0)