Fix height on iframes in single posts

This commit is contained in:
Fabiano Alencar 2018-07-04 14:08:12 -03:00
parent 5a9ea7d7aa
commit b77ea354bf
1 changed files with 8 additions and 0 deletions

View File

@ -82,6 +82,14 @@
width: 100%;
height: auto;
}
iframe {
@media only screen and (min-width: 768px){
min-height: 600px;
}
@media only screen and (max-width: 576px){
min-height: 429px;
}
}
}
.single-item-collection--information{
.card{