mirror of
https://github.com/fadden/ciderpress.git
synced 2024-11-29 05:49:17 +00:00
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 */
|
||
|
}
|
||
|
|