diff options
author | Nick White <git@njw.me.uk> | 2010-05-09 17:03:09 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-05-09 17:03:09 +0100 |
commit | 53d914db62e1bd982624c84826dc9607aceac061 (patch) | |
tree | 323a3e37e4b80dc10442637aed9d72ada7dba9cb | |
parent | 1acd9c884a235dc9ae8be65b372f02f10b7d26fa (diff) | |
download | njw-website-53d914db62e1bd982624c84826dc9607aceac061.tar.bz2 njw-website-53d914db62e1bd982624c84826dc9607aceac061.zip |
Decrease width of documents
-rw-r--r-- | includes/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/style.css b/includes/style.css index eed46a8..1ba710b 100644 --- a/includes/style.css +++ b/includes/style.css @@ -1,6 +1,6 @@ /* See COPYING file for copyright, license and warranty details. */ -body { width: 45em; margin: auto; } +body { width: 38em; margin: auto; } @media screen { body { font-family: sans-serif; max-width: 85%; } h1 { text-align: center; font-size: 1.6em; } h2 { font-size: 1.2em; font-weight: normal; border-bottom: thin solid black; } |