antwarjs / antwar

A static site generator built with React and Webpack.
https://antwar.js.org/
MIT License
460 stars 35 forks source link

Site does not shrink to smaller screen sizes #122

Closed webdesserts closed 7 years ago

webdesserts commented 7 years ago

On mobile devices, the site is shown at a "tablet sized" width. I believe the site needs a <meta name="viewport" content="width=device-width" /> tag in the <head> for the site to shrink to the expected size.

screenshot