Skip to content

fix(typography): correct heading "sizes", start with h1 and don't skip any#65

Closed
adrianschmidt wants to merge 1 commit into
mainfrom
update-heading-sizes
Closed

fix(typography): correct heading "sizes", start with h1 and don't skip any#65
adrianschmidt wants to merge 1 commit into
mainfrom
update-heading-sizes

Conversation

@adrianschmidt

@adrianschmidt adrianschmidt commented Jul 9, 2021

Copy link
Copy Markdown
Collaborator

re: #31

This does not yet fix #31, as I haven't found where the heading size for examples is set, but it does fix some other heading "size" inconsistencies. We might want to adjust the styling of h2 through h6, as most headings have become one step "bigger".

@tricki

tricki commented Oct 2, 2023

Copy link
Copy Markdown

FYI I found the source of the automatic h5 heading: https://github.com/jgroth/kompendium/blob/master/src/components/playground/playground.tsx#L88C33-L88C33

@adrianschmidt

Copy link
Copy Markdown
Collaborator Author

FYI I found the source of the automatic h5 heading: master/src/components/playground/playground.tsx#L88C33-L88C33

Fantastic! Thank you! 🙏

@adrianschmidt

Copy link
Copy Markdown
Collaborator Author

Superseded by #185

@adrianschmidt adrianschmidt deleted the update-heading-sizes branch June 19, 2026 09:21
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

Successfully merging this pull request may close these issues.

First line of text in example files automatically becomes an H5. Better if it's left for the users to decide.

2 participants