Skip to content

Commit

Permalink
Fix formatting of median salary
Browse files Browse the repository at this point in the history
  • Loading branch information
kavyaharlalka committed Dec 8, 2023
1 parent 30a7990 commit 2b919ee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -537,10 +537,11 @@ <h3 class="m-1"><i class="fa-solid fa-question fa-fw"></i>&nbsp;5% Unknown</h3>
<!-- <h6><i class="fa-regular fa-sack-dollar"></i> Median Salary<sup
class="text-secondary">4</sup>
</h6> -->
<h6>
<h1>
Median Salary
</h6>
<h1 class="mb-0">$131,000 ($2k more than last year)</h1>
</h1>
<h1 class="mb-0">$131,000</h2>
<h5 class="mb-0">($2k more than last year)</h5>
</div>
</div>
<!-- <div class="col-12 col-md-4 col-lg-3 callout-cell-container">
Expand Down

0 comments on commit 2b919ee

Please sign in to comment.