Created
July 11, 2025 16:45
-
-
Save James-E-A/9b0d1a50b37aa5e61ad4873a69d58229 to your computer and use it in GitHub Desktop.
CSS make code elements regular sized
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
p code, code[role=presentation] { | |
font-size: 1.140625em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment