Merge pull request #60 from Gravatronics/customstyles-media
Fix concatenation of media queries in customstyles.css
This commit is contained in:
commit
1d4a1381c0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user