From 083143a19d6987292fb54486850feea3a2ee2b05 Mon Sep 17 00:00:00 2001 From: John Ouellet Date: Fri, 27 Jun 2014 21:49:10 +0000 Subject: [PATCH] Issue #4 Adjust CSS for x/y Issue --- hotsauce.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hotsauce.css b/hotsauce.css index 87204fe..f38c826 100644 --- a/hotsauce.css +++ b/hotsauce.css @@ -28,6 +28,14 @@ body.maintenance-page #logo { width: 180px; /* width of logo */ } +body.in-maintenance #page { + width: 970px; +} + +body.in-maintenance #content { + width: 700px; +} + body.in-maintenance #content #kalapreview-image-load-image img { - width:90%; + width:85%; }