mirror of
https://github.com/fadden/nulib2.git
synced 2025-01-15 23:31:40 +00:00
348a4ac9d9
Switch to a sans-serif font, and make some minor tweaks to make the pages more mobile-friendly.
10 lines
167 B
CSS
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 */
|
|
}
|
|
|