Skip to content

Commit

Permalink
update form-header style
Browse files Browse the repository at this point in the history
  • Loading branch information
rrusher committed Jan 30, 2024
1 parent fd3035c commit 096b81a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,17 @@ main .section.two-columns > div {
flex: 0 1 40%;
}

main .section.form-header h1 {
font-size: 60px;
font-family: var(--font-family-georgia);
}

main .section.form-header p {
font-size: var(--heading-font-size-s);
margin: 0 auto 60px;
max-width: 420px;
}

/* Center rules for a section, but don't apply it to blocks! */
/* stylelint-disable-next-line no-descending-specificity */
main div[data-align="center"] h1,
Expand Down

0 comments on commit 096b81a

Please sign in to comment.