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

core.less: Use a bigger font size for h2 #315

Closed
wants to merge 1 commit into from

Conversation

RJ722
Copy link
Contributor

@RJ722 RJ722 commented May 25, 2020

The font-size for h2 was set to be 1.17em, which is also the font size defined for h3 by user agent stylesheet. This lead to both h2 and h3 being rendered in same size. Use 1.2em for h2.

Closes: #217


  • I have signed the CLA

The font-size for h2 was set to be 1.17em, which is also the font
size defined for h3 by user agent stylesheet. This lead to both
h2 and h3 being rendered in same size. Use 1.2em for h2.

Closes: writefreely#217
@thebaer
Copy link
Member

thebaer commented Jun 8, 2020

Thanks for contributing this, @RJ722! I'll test and verify this fix soon. Otherwise, anyone else should feel free to weigh in!

Copy link
Member

@thebaer thebaer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should actually go with 1.4em, to make it consistent with the h2 font size from the blog home page: https://github.com/writeas/writefreely/blob/53cb5c3837796eb72b0af8a317006db7419ef678/less/core.less#L659-L664

@thebaer thebaer added this to the 0.13 milestone Jul 23, 2020
@thebaer thebaer mentioned this pull request Aug 13, 2020
1 task
@thebaer
Copy link
Member

thebaer commented Aug 13, 2020

Making these revisions in #368.

@thebaer thebaer closed this Aug 13, 2020
@thebaer thebaer removed this from the 0.13 milestone Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Header 3 (###) is same size as Header 2 (##)
2 participants