nulib2/main.css
Andy McFadden 348a4ac9d9 Improve HTML appearance
Switch to a sans-serif font, and make some minor tweaks to make
the pages more mobile-friendly.
2016-05-30 13:55:57 -07:00

10 lines
167 B
CSS

/*
* Trivial bit of CSS to make things look nicer.
*/
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px; /* recommended for mobile */
}