MediaWiki:Common.css: Difference between revisions

No edit summary
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 344: Line 344:
         display: block;
         display: block;
     }
     }
}
@media (min-width: 720px) {
  .mw-flex-responsive {
    flex-direction: row !important;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
    .infobox {
        float: none !important;
        width: 100% !important;
        margin: 0 0 1em 0 !important;
    }
}
.pdfembed,
.pdfembed iframe,
.pdfembed object,
.pdfembed embed {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 80vh;
}
.pdfembed iframe {
    width: 100% !important;
    min-height: 80vh !important;
    height: 80vh !important;
    display: block !important;
}
.mw-parser-output iframe {
    max-width: 100%;
    min-height: 80vh;
    display: block;
}
.pdfembed {
    width: 100%;
    min-height: 80vh;
}
}