chipKIT32 / chipKIT-core

Downloadable chipKIT core for use with Arduino 1.6 - 1.8+ IDE, PlatformIO, and UECIDE
http://chipkit.net/
Apache License 2.0
59 stars 53 forks source link

Add some CSS to docs directory to make pages mobile friendly #313

Closed JacobChrist closed 7 years ago

JacobChrist commented 7 years ago

Actually this is what is needed to make it look good on mobile:

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

But I'll add some CSS too that will clean up the margins.

JacobChrist commented 7 years ago

Closed once merged.