Recently, I created a post in WordPress that included some code samples. To ensure the code was displayed neatly, I utilized the "preformatted" style. However, upon previewing it, I noticed that the text within the code samples was incredibly small, almost like 8 pt font size. The issue seemed to be stemming from my CSS stylesheet as using the <pre>
tag alone didn't provide much insight.
Despite my lack of knowledge about CSS, I attempted to search through the stylesheet for clues but came up empty-handed. I'm at a loss on how to resolve this problem and adjust the text size within the <pre>
tag. Does anyone have any suggestions on where to look or what changes can be made to increase the text size?