From: Owen Versteeg Date: Thu, 2 Aug 2012 19:47:44 +0000 (-0300) Subject: Oops, made the page a little too responsive X-Git-Tag: 2.0.0~59^2^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5503125ed4317f76c1c22cc68e5d48070c4c6d27;p=reveal.js.git Oops, made the page a little too responsive if you resized the window or visited the page on a small screen everything would be amiss now, I've fixed that with a one-liner --- diff --git a/css/main.css b/css/main.css index 966ebb7..f288869 100644 --- a/css/main.css +++ b/css/main.css @@ -460,7 +460,7 @@ body { left: 50%; top: 50%; margin-left: -30%; - margin-top: -47%; + margin-top: -320px; padding: 20px 0px; text-align: center;