Oops, made the page a little too responsive
authorOwen Versteeg <stereotypicalapps@live.com>
Thu, 2 Aug 2012 19:47:44 +0000 (16:47 -0300)
committerOwen Versteeg <stereotypicalapps@live.com>
Thu, 2 Aug 2012 19:47:44 +0000 (16:47 -0300)
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

css/main.css

index 966ebb75e2c2e5e75b9d0f8e9a1434e480e8afa6..f288869583f936e14ca2f6c42cbf5ce16585ac4d 100644 (file)
@@ -460,7 +460,7 @@ body {
        left: 50%;
        top: 50%;
        margin-left: -30%;
-       margin-top: -47%;
+       margin-top: -320px;
        padding: 20px 0px;
        
        text-align: center;