MediaWiki:Common.css: Difference between revisions
No edit summary |
mNo edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 352: | Line 352: | ||
justify-content: space-between; | 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; | |||
} | } | ||