Check font sizes
milotype opened this issue · 2 comments
milotype commented
Describe the bug
Font size of h2
is too small at wider window size.
To Reproduce
- Go to https://weblate.org/en/ or see screenshots
Expected behavior
Font size of h2
should be bigger.
Screenshots
Additional context
CSS code in https://weblate.org/static/style.css, line 2439
h2.section-title.hp-style {
color: #2a3744;
font-size: 18px;
font-weight: 300;
letter-spacing: 2px;
line-height: 23px;
margin-bottom: 40px;
text-transform: uppercase;
}
I think font-size: 18px;
is wrong here.
milotype commented
github-actions commented
The issue you have reported seems to be resolved now.
- In case you see a similar problem, please open a separate issue.
- If you are happy with the outcome, consider supporting Weblate by donating.