windowjs / windowjs

Window.js is an open-source Javascript runtime for desktop graphics programming.

Home Page:https://windowjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve the documentation pages on mobile devices

joaodasilva opened this issue · comments

Improve the documentation pages on mobile devices

I think if I tried to refactor the stylesheet using bootstrap it would look much better on mobile. I'm willing to take a stab at this if you think it addresses this issue.

It might work; I'm not familiar with bootstrap.

I'd suggest first reproducing the issue on your machine: install Jekyll, use jekyll serve to see the page, and see the mobile version using Chrome Devtools to simulate a mobile device.

Then you could try editing docs/style.css (especially the stuff inside the media query at the bottom) to make it look better on mobile.

Once it works, consider posting before/after screenshots or sending a PR and I'll have a look.

Fixed by @sfdeloach in #73.