Skip to content

Commit

Permalink
chore: update section title styling
Browse files Browse the repository at this point in the history
  • Loading branch information
NuclearRedeye committed Jun 13, 2024
1 parent 5c1ccd6 commit ec3b85e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/partials/section-heading.hbs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div class="column">
<h3 class="uppercase">
<h2 class="uppercase">
{{#if icon}}
<i class="fa fa-{{icon}}" aria-hidden="true"></i>
{{/if}}
{{value}}
</h3>
</h2>
<div class="keyline"></div>
</div>

0 comments on commit ec3b85e

Please sign in to comment.