Fix screenshot centering.

This commit is contained in:
ccd0 2015-03-11 17:50:59 -07:00
parent 652988fd89
commit f1e77f838f

View File

@ -30,11 +30,12 @@ h1 {
} }
a.screenshot { a.screenshot {
display: block; display: block;
width: 640px;
max-width: 100%;
margin: auto; margin: auto;
} }
a.screenshot > img { a.screenshot > img {
width: 640px; width: 100%;
max-width: 100%;
} }
@media (min-width: 1120px) { @media (min-width: 1120px) {
a.screenshot { a.screenshot {