We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue also able see on DocDock demo page (see) and that even worse when view page on mobile device.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Seeing the same problem. I created a static/css/custom.css file and then added some CSS. There were two main changes:
static/css/custom.css
h1 {font-size:2.25rem; } h2 {font-size:1.875rem;} h3 {font-size:1.5rem;} h4 {font-size:1.25rem; } h5 {font-size:1.125rem; } h6 {font-size:1rem;}
line-height
h1, h2, h3, h4, h5, h6 { line-height: 1.45em; }
There are probably more suitable font-sizes but that worked for our site
font-sizes
No branches or pull requests
This issue also able see on DocDock demo page (see) and that even worse when view page on mobile device.
The text was updated successfully, but these errors were encountered: