Reduce width of page.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 19 Oct 2010 19:15:59 +0000 (21:15 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 19 Oct 2010 19:15:59 +0000 (21:15 +0200)
src/main/resources/static/css/sone.css

index 919b033..15827f7 100644 (file)
@@ -13,7 +13,7 @@
 /* now for the real stuff. */
 
 #sone {
-       width: 68em;
+       width: 55em;
        margin: auto;
 }