Align Heading Icons in Docusaurus Docs with Flexbox
· 3 min read
TL;DR
To align SVG icons with text in Docusaurus document headings, use display: flex + align-items: center + gap, combined with the .theme-doc-markdown selector to target docs pages only without affecting blog.