mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(UI): Improve help modal heading (#52311)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user