ryanvilbrandt / comic_git

A statically-hosted web comic server core intended to be hosted on github.io. For help getting started, click the Wiki link above!
23 stars 7 forks source link

Add viewport element to base template #72

Closed ryanvilbrandt closed 2 years ago

ryanvilbrandt commented 2 years ago

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.

ryanvilbrandt commented 2 years ago

Fixed for 0.4.0