Hello guys,
what is the easiest way to set the font size for h1 to h6 tags? The h1 tags for example are much too big. The dt register component for example can not be seen on a mobile screen: https://dev.wolf-guard.de/events
wolfguard Hi. It should be done with css like:
h1, .h1 { font-size: 56px; } h2, .h2 { font-size: 36px; } etc...
Ah ok, thanks. It is working and solved. 🙂