Skip to content

Commit

Permalink
Oops, made the page a little too responsive
Browse files Browse the repository at this point in the history
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
  • Loading branch information
owenversteeg committed Aug 2, 2012
1 parent cae363e commit 5503125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/main.css
Expand Up @@ -460,7 +460,7 @@ body {
left: 50%;
top: 50%;
margin-left: -30%;
margin-top: -47%;
margin-top: -320px;
padding: 20px 0px;

text-align: center;
Expand Down

0 comments on commit 5503125

Please sign in to comment.