From 3bed0863a5735a6d545aa3ae7c2aa57f9961dca5 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Wed, 13 Jan 2010 14:33:23 +0000 Subject: [PATCH] bigger min-height, max-width for page --- src/root/static/css/nixos-site.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/root/static/css/nixos-site.css b/src/root/static/css/nixos-site.css index dcebca4f..67b30370 100644 --- a/src/root/static/css/nixos-site.css +++ b/src/root/static/css/nixos-site.css @@ -5,9 +5,9 @@ body { /* The main container element. */ div#page { - max-width: 80em; + max-width: 120em; min-width: 50em; - min-height: 20em; + min-height: 30em; margin: 1em auto; background-color: white;