Skip to content

Reduce help page h2 font size in bootstrap static theme#3147

Merged
marevol merged 1 commit into
masterfrom
fix/help-h2-font-size
Jun 13, 2026
Merged

Reduce help page h2 font size in bootstrap static theme#3147
marevol merged 1 commit into
masterfrom
fix/help-h2-font-size

Conversation

@marevol

@marevol marevol commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Summary

The help page (/help) in the bootstrap static theme renders its section headings (基本的な検索, 検索演算子, etc.) using .help-section h2, which had no explicit font-size. As a result the headings inherited Bootstrap's default h2 size (~2rem at larger viewports), making them look oversized relative to the body text.

This sets an explicit font-size: 1.5rem on .help-section h2 for a more balanced heading size.

Changes

  • src/main/webapp/themes/bootstrap/assets/styles.css: add font-size: 1.5rem to .help-section h2.

Notes

  • CSS-only change; no behavior or markup changes.
  • The bottom border and padding on the headings are unchanged.

The help section h2 headings inherited Bootstrap's default size (~2rem at
larger viewports), which looked oversized relative to the body text. Set an
explicit font-size of 1.5rem on .help-section h2 for a more balanced heading.
@marevol marevol self-assigned this Jun 13, 2026
@marevol marevol added the task label Jun 13, 2026
@marevol marevol added this to the 15.7.0 milestone Jun 13, 2026
@marevol marevol merged commit c211a97 into master Jun 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant