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 {
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 {