Resize image below 660px width

This commit is contained in:
Jef van Schendel 2012-01-06 13:34:25 +01:00
parent 7945cd21ba
commit 173999a7e4

View File

@ -479,3 +479,12 @@ table.media_panel th {
font-family: Inconsolata, monospace;
line-height: 1em;
}
@media screen and (max-width: 660px) {
.media_pane {
width: 100%;
}
img.media_image {
width: 100%;
}
}