Skip to content

Commit

Permalink
Change all the page title from <h3> to <h1>.
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePBurnettGSA committed Dec 6, 2023
1 parent e094d0d commit 2991fde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ <h1 class="page-heading-title margin-0 padding-top-1 padding-bottom-1">{{ page.t
<section id="main-page-heading">
<div class="grid-container padding-0">
<div id="main-page-heading-detail">
<h3>
<h1>
{{page.title}}
</h3>
</h1>
<p>
{{page.heading-description}}
</p>
Expand Down
6 changes: 3 additions & 3 deletions _sass/_resources.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2427,7 +2427,7 @@ html *
/*Main page heading design (All the page that are on the main navigation tab)*/
#main-page-heading
{
p, h3, h4
p, h1, h4
{
font-family: 'Source Sans 3', sans-serif !important;
}
Expand All @@ -2437,11 +2437,11 @@ html *
min-height: 162px;
#main-page-heading-detail
{
h3, p
h1, p
{
color: white;
}
h3
h1
{
font-weight: 200;
font-size: 40px;
Expand Down

0 comments on commit 2991fde

Please sign in to comment.