Font-size is insanely small!
For some reason, the text I got here is soooooo small! I got no idea why and it's probably for an obvious reason
11 Replies
Edit fiddle - JSFiddle - Code Playground
Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle code editor.
from the devtools:
you've got a font-size of
0.1rem
set on the body, and your h1 is inheriting thatWow
yep ...
Lemme c how I can change that
here
additionally it's 0.1rem in relation to an already decreased font size of 62.5% on
html
Ah I c, completely forgot to utilize the dev tools there
Thanks! @jochemm @fartasia
Dev tools only fixes your code the in browser, you reload the page and all your fixes are gone. Make sure you move your fixes to the original files.