Some aspects of comic_git don't work well on mobile, in particular text resizing for mobile screens is pretty not-good. This can be at least partially resolved via the viewport meta tag, with the settings shown below:
It appears to have no impact on the desktop version in my testing, and seems like if it does have unintended side effects, on balance things will improve for mobile devices rather than deteriorate on average.
Some aspects of comic_git don't work well on mobile, in particular text resizing for mobile screens is pretty not-good. This can be at least partially resolved via the viewport meta tag, with the settings shown below:
<meta name="viewport" content="width=device-width, initial-scale=1">
More information on this tag can be found here.
It appears to have no impact on the desktop version in my testing, and seems like if it does have unintended side effects, on balance things will improve for mobile devices rather than deteriorate on average.