fix(UI): Improve help modal heading (#52311)

This commit is contained in:
Lasse Jørgensen
2023-11-10 10:10:21 +01:00
committed by GitHub
parent 568e15bfb9
commit 78190eaa6c
2 changed files with 7 additions and 1 deletions
@@ -7,6 +7,12 @@
padding-bottom: 10px;
}
.help-modal-heading {
line-height: 1.5;
font-weight: 400;
word-spacing: -0.4ch;
}
@media screen and (max-width: 767px) {
.help-modal .btn-lg {
font-size: 16px;
@@ -64,7 +64,7 @@ function HelpModal({
</Modal.Title>
</Modal.Header>
<Modal.Body className='help-modal-body text-center'>
<h3>
<h3 className='help-modal-heading'>
<Trans i18nKey='learn.tried-rsa'>
<a
href={RSA}