Created
October 13, 2015 04:47
-
-
Save manicExpressive/5955b58b2a390dfc3e15 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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