netlify / netlify-statuskit

Netlify StatusKit is a template to deploy your own Status pages on Netlify.
https://www.netlify.com/status-pages/
MIT License
238 stars 41 forks source link

add viewport meta data #49

Closed steveoh closed 6 years ago

steveoh commented 6 years ago

closes #48

- Summary Add the meta tag so the page doesn't shrink and can be responsive.

- Test plan view it on our fork http://agrc-status.netlify.com/

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

steveoh commented 6 years ago

@verythorough this is a simple one

verythorough commented 6 years ago

@steveoh Nice catch! I can't believe it wasn't in there before.

It should be in the <head>, though. Could you move it? I think after the <title> would be a good spot.

steveoh commented 6 years ago

@verythorough dun

verythorough commented 6 years ago

LGTM!