Browse Source

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
embed
Owen Versteeg 12 years ago
parent
commit
5503125ed4
  1. 2
      css/main.css

2
css/main.css

@ -460,7 +460,7 @@ body {
left: 50%; left: 50%;
top: 50%; top: 50%;
margin-left: -30%; margin-left: -30%;
margin-top: -47%; margin-top: -320px;
padding: 20px 0px; padding: 20px 0px;
text-align: center; text-align: center;

Loading…
Cancel
Save