-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
bug 🐛Something isn't workingSomething isn't working
Description
Describe the bug
When displaying code block, like code , pre , etc, the font is bigger than it's supposed to be.
This how we have it now:
pre, code, kbd, samp { font-family: SFMono-Regular,Menlo,Monaco,Consolas,monospace; font-size: 1em;
This is how it is supposed to be:
pre, code, kbd, samp { font-family: SFMono-Regular,Menlo,Monaco,Consolas,monospace; font-size: 0.8em; line-height: 1.1rem;
To reproduce
- go to this page https://ethereum.org/en/developers/docs/smart-contracts/
- see the code blocks
- inspect the css and confirm that the font size is at 1rem
Expected behavior
The font size is supposed to be smaller.
Screenshots
wackerow
Metadata
Metadata
Assignees
Labels
bug 🐛Something isn't workingSomething isn't working

