Made images smaller on small screens.

This commit is contained in:
Daniel Buckmaster 2014-04-18 13:51:39 +10:00
parent faf0c058b6
commit 7fa24f5dd4

View file

@ -178,13 +178,19 @@ a.media-subheading:hover {
display: inline-block;
}
img.history,
img.feature,
img.made-with-torque {
width: 128px;
border-radius: 3px;
}
@media (max-width: 360px) {
img.feature,
img.made-with-torque {
width: 96px;
}
}
img.history {
margin: 1em;
}