Skip to content

Commit

Permalink
CLDR-17947 site: css: update sizes of h1, h2, h3, h4, h5, h6 (#4055)
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Sep 18, 2024
1 parent 5a15cd5 commit b28b9ab
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/site/assets/css/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,26 @@ div > header {
display: none !important;
}

section.body h1 {
font-size: 2em;
line-height: 1.2;
}
section.body h2 {
font-size: 1.75em;
line-height: 1.225;
}
section.body h3 {
font-size: 1.5em;
}
section.body h4 {
font-size: 1.25em;
}
section.body h5 {
font-size: 1em;
}
section.body h6 {
font-size: 1em;
font-style: italic;
img {
max-width: 100%;
max-height: 90dvh;
Expand Down

0 comments on commit b28b9ab

Please sign in to comment.