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

template.css overrides header elements with negative letter-spacing #105

Open
leagris opened this issue May 1, 2017 · 0 comments
Open

Comments

@leagris
Copy link

leagris commented May 1, 2017

template.css overrides header elements h1, h2, h3 with negative letter-spacing.
It is an issue when incorporating title elements from foreign sources as it makes titles illegibles.

css-compiled/template.css Lines 232 to 340

h1 {
  text-align: center;
  letter-spacing: -3px; }

h2 {
  letter-spacing: -2px; }

h3 {
  letter-spacing: -1px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant