Skip to content

Commit

Permalink
resize design
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 committed Nov 26, 2024
1 parent 0645dae commit 3cb67b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3321,10 +3321,10 @@ body.homepage.is-preload #header:after {
}

#banner h2 {
font-size: clamp(4rem, 5vw, 12rem);
font-size: clamp(2rem, 10vw, 12rem);
color: #555;
text-align: center;
margin-top: 5em; /* Add spacing from the header */
margin-top: 0.5em; /* Add spacing from the header */
line-height: 1.5;
}

Expand Down

0 comments on commit 3cb67b4

Please sign in to comment.