Skip to content

Instantly share code, notes, and snippets.

@manicExpressive
Created October 13, 2015 04:47
Show Gist options
  • Save manicExpressive/5955b58b2a390dfc3e15 to your computer and use it in GitHub Desktop.
Save manicExpressive/5955b58b2a390dfc3e15 to your computer and use it in GitHub Desktop.
@media only screen and (max-width: 959px) and (min-width: 768px) {
.imgarchivesinglepost img, .imgevidencepage img {
max-height: 129px;
}
}
@media only screen and (max-width: 1199px) and (min-width: 960px) {
.imgarchivesinglepost img, .imgevidencepage img {
max-height: 169px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment