Skip to content

Commit

Permalink
Apply heading class to Program Areas Page (#2779)
Browse files Browse the repository at this point in the history
* applied heading class to Program Areas Page

* changed h3 tag to h2 tag
  • Loading branch information
Carlos-A-P authored Feb 18, 2022
1 parent 475e690 commit c6e9f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/program-areas.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1 class="title1">Program Areas</h1>
<img class="page-card-image" src="{{ program_areas[1].image }}" alt="{{ program_areas[1].image_alt }}" />
</div>
<div class="page-card-content">
<h3>{{program_areas[1].name}}</h3>
<h2 class="title4">{{program_areas[1].name}}</h2>
<p>{{program_areas[1].description}}</p>
<p>
<strong>SDGs: </strong>
Expand Down

0 comments on commit c6e9f6c

Please sign in to comment.