ahkscript / awesome-AutoHotkey

A curated list of awesome AutoHotkey libraries, library distributions, scripts, tools and resources.
2.59k stars 264 forks source link

Gh-pages : viewport / mobile site #20

Closed joedf closed 9 years ago

joedf commented 9 years ago

@g33kdude I'm my phone so, I can make a pull request. But add a viewport, so it can be viewed on mobile devices in a neater "package".

joedf commented 9 years ago

on , \ can't

G33kDude commented 9 years ago

I'm only a novice web dev, not quite sure what you mean by viewport

joedf commented 9 years ago

MDN explains it very well. https://developer.mozilla.org/en/docs/Mozilla/Mobile/Viewport_meta_tag

G33kDude commented 9 years ago

So basically just add <meta name="viewport" content="width=device-width, initial-scale=1"> in the <head> section of the page?

joedf commented 9 years ago

That should work. I'll test it, once changed.

G33kDude commented 9 years ago

It should have that in the head now, try it?

joedf commented 9 years ago

Neat-o! It works. Just one tiny issue, the "Script List" header link goes over the header text. So, readability problems here...

G33kDude commented 9 years ago

How about now? I took out my dirty hack for centering the title and just set it to align left, as well as added some minimum horizontal padding for the content section

joedf commented 9 years ago

Much better :+1: