Skip to content

Commit 8d12bf9

Browse files
committed
close #13
1 parent 0829b36 commit 8d12bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h2>Instructions</h2>
2121
<p>Use the sliders or input boxes to adjust the prices of various heating fuels. The default prices are from the original study conducted in 2024 (see methodology below). The form will calculate the weighted average space heating and electricity costs based on the inputs provided. The results will be displayed below the form.</p>
2222
<p>The calculations will then update the <strong>estimated energy burden</strong> in each census tract and then display it on the map.</p>
2323
<hr>
24-
<form id="price-form">
24+
<div id="price-form">
2525
<div class="input-group">
2626
<label for="hfo_price">Heating Fuel Oil Price ($/gallon)</label>
2727
<div class="subtitle">
@@ -125,7 +125,7 @@ <h2>Result</h2>
125125
<button type="button" id="download-geojson" class="download-button">Download GeoJson</button>
126126
</div>
127127

128-
</form>
128+
</div>
129129

130130

131131
<hr>

0 commit comments

Comments
 (0)