From 53d914db62e1bd982624c84826dc9607aceac061 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 9 May 2010 17:03:09 +0100 Subject: Decrease width of documents --- includes/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3