diff options
author | Owen Versteeg | 2012-08-02 16:47:44 -0300 |
---|---|---|
committer | Owen Versteeg | 2012-08-02 16:47:44 -0300 |
commit | 5503125ed4317f76c1c22cc68e5d48070c4c6d27 (patch) | |
tree | 8bd838f75e8b9b032c46d6395e1bfd450be33eda /css/main.css | |
parent | cae363e7a5dff66e563ebe9c2639f0d8e746e8b6 (diff) |
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
Diffstat (limited to 'css/main.css')
-rw-r--r-- | css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |