mirror of https://github.com/zulip/zulip.git
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:
parent
bed6ca92ca
commit
8cea85523b
|
@ -3668,7 +3668,7 @@ button {
|
|||
margin: 40px auto;
|
||||
font-size: 20px;
|
||||
text-align: center;
|
||||
font-weight: bolder;
|
||||
font-weight: 400;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue