/* H2 font size override – avoid oversized headings in articles */
.entry-content h2,
.post-content h2,
.wp-block-post-content h2,
article h2 {
font-size: clamp(22px, 2.8vw, 28px) !important;
}
/* H3 consistency */
.entry-content h3,
.post-content h3,
.wp-block-post-content h3,
article h3 {
font-size: clamp(18px, 2.2vw, 24px) !important;
}
_画板-1-副本.png)


发表回复