Skip to content

Changing column widths to 25% 50% 25% #7815

Answered by niclasheinz
biofsphere asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @biofsphere

You can also change the font-size of the headlines, by adding a costum stylesheet to your project like this:

h1 {
  font-size: 1em !important;
}

Documentation how to implement can you find here

Note

The usage of !important here is required because the h1 tag on its own doesn't have enough Specificity
To fix that use the .md-typeset h1 selector and !important won't be needed

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kamilkrzyskow
Comment options

Answer selected by kamilkrzyskow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants