landing_page: Set `hero-text` to have 400 font-weight.

In this context, bolder resolves to 400 font-weight, so we directly
use it so reduce complications.
This commit is contained in:
Aman Agrawal 2023-03-27 10:45:28 +00:00 committed by Tim Abbott
parent bed6ca92ca
commit 8cea85523b
1 changed files with 1 additions and 1 deletions

View File

@ -3668,7 +3668,7 @@ button {
margin: 40px auto;
font-size: 20px;
text-align: center;
font-weight: bolder;
font-weight: 400;
opacity: 0.9;
}