79090009

Date: 2024-10-15 12:52:55
Score: 1
Natty:
Report link

Havent found an official documentation but as the font-sizes are set in "rem" you can just set the font-size of your root element:

:root {
    font-size: 24px;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: LorisBachert