Skip to content
New issue

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

Title Line-Spacing Insufficient #194

Open
ghost opened this issue May 22, 2019 · 2 comments
Open

Title Line-Spacing Insufficient #194

ghost opened this issue May 22, 2019 · 2 comments

Comments

@ghost
Copy link

ghost commented May 22, 2019

This issue also able see on DocDock demo page (see) and that even worse when view page on mobile device.

image

@ghost
Copy link
Author

ghost commented Jun 2, 2019

Screenshot_2019-06-02-14-42-54

@timani
Copy link

timani commented Aug 6, 2019

Seeing the same problem. I created a static/css/custom.css file and then added some CSS. There were two main changes:

  1. The HTML Header fonts are quite large
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;}
  1. The HTML Headers do not have a line-height CSS attribute set.
h1, h2, h3, h4, h5, h6 {
    line-height: 1.45em;
}

There are probably more suitable font-sizes but that worked for our site

@Marthym Marthym changed the title Tittle Line-Spacing Insufficient Title Line-Spacing Insufficient Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants