From f1e77f838f821b607907a5c1aa63daa631fb41af Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 11 Mar 2015 17:50:59 -0700 Subject: [PATCH] Fix screenshot centering. --- web.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web.css b/web.css index 2a0a3da07..e4cefd49c 100644 --- a/web.css +++ b/web.css @@ -30,11 +30,12 @@ h1 { } a.screenshot { display: block; + width: 640px; + max-width: 100%; margin: auto; } a.screenshot > img { - width: 640px; - max-width: 100%; + width: 100%; } @media (min-width: 1120px) { a.screenshot {