diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-01-31 16:31:29 -0800 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-01-31 16:31:29 -0800 |
commit | 9278a8346d290c1b769758735380e2c1936c00be (patch) | |
tree | 3f558f9085878baf028bc3aae25b24a8590db574 | |
parent | 1d8da956931ce0b6a4906033afe406603fe98c53 (diff) | |
download | patchfoo-9278a8346d290c1b769758735380e2c1936c00be.tar.gz patchfoo-9278a8346d290c1b769758735380e2c1936c00be.zip |
Make text bigger
-rw-r--r-- | static/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index 5cfcab5..c49027e 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,6 +1,7 @@ body { margin: 0 auto; font-family: sans-serif; + font-size: 18px; } section { |