Skip to content

Commit

Permalink
va-alert-sign-in: Modifying headline to use rems (#1438)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew565 authored Dec 16, 2024
1 parent 4275f99 commit 3674442
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
}

:host .headline {
font-size: 21.28px; /* 1.33rem */
font-size: 1.33rem;
margin-top: 0;
margin-bottom: 8px; /* 0.5rem */
margin-bottom: 0.5rem;
font-family: var(--font-serif);
}

Expand Down

0 comments on commit 3674442

Please sign in to comment.