Merge pull request #60 from Gravatronics/customstyles-media

Fix concatenation of media queries in customstyles.css
This commit is contained in:
Tom Johnson 2017-01-21 21:35:50 -08:00 committed by GitHub
commit 1d4a1381c0

View File

@ -924,7 +924,7 @@ span.soft {
}
@media only screen and (min-width: 900px), @media only screen and (min-device-width: 900px) {
@media only screen and (min-width: 900px), only screen and (min-device-width: 900px) {
.col-md-9 img {
max-width: 700px;
max-height: 700px;