Both can result.
We just have to modify, in this case, two selectors context in the style sheet in /dokuwiki/lib/exe/css.php
.
-
Increase padding to 32 px . (line 6912)
#dokuwiki__header h1 span { display: block; padding- top: 32px; }
-
Increase font to 1.8em. (line 6901)
#dokuwiki__header h1 { font -size: 1.8em; font-weight : normal; }
Then look like this:
In responsive mode look like this: