From: David ‘Bombe’ Roden Date: Mon, 18 Oct 2010 19:10:00 +0000 (+0200) Subject: Increase page width. X-Git-Tag: 0.1-RC1~219 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=29d99a7b0b366ecd4705ea8829774e24b82e4c05 Increase page width. --- diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 1c49416..ece9035 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -13,7 +13,7 @@ /* now for the real stuff. */ #sone { - width: 50em; + width: 68em; margin: auto; }