Open westurner opened 4 years ago
<code> tags in headers are comparatively small. Something like this would fix it:
<code>
/* h2 { font-size: 30px; } article code { font-size: 13px; } */ h2 code { font-size: 28px; } /* ... h* code { font-size: } */
h2 { font-size: 30px; } article code { font-size: 13px; } */ h2 code { font-size: 28px; }
<code>
tags in headers are comparatively small. Something like this would fix it: