mixu / markdown-styles

Markdown to static HTML generator and multiple CSS themes for Markdown
1.85k stars 250 forks source link

Add viewport to all layouts #23

Closed xcv58 closed 9 years ago

xcv58 commented 9 years ago

The github layout already have this. I suggest that add viewport to all layouts:

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

So that all layout can be responsive.

mixu commented 9 years ago

Thanks for filing this, I finally added this to the layouts!

xcv58 commented 9 years ago

Cool, thank you!