Skip to content

Commit

Permalink
XWIKI-21333: Update the font size of headings
Browse files Browse the repository at this point in the history
Use h4 for panel titles.
  • Loading branch information
manuelleduc committed Sep 25, 2023
1 parent 7a403b7 commit 44ade0e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
}

h1.xwikipaneltitle {
// Panels headings are the same size as the content's h3 headings.
font-size: @font-size-h3;
// Panels headings are the same size as the content's h4 headings.
font-size: @font-size-h4;
}

// Muted Usage ============================================================
Expand Down

0 comments on commit 44ade0e

Please sign in to comment.