MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 84: | Line 84: | ||
grid-template-rows: repeat(2, 300px); | grid-template-rows: repeat(2, 300px); | ||
grid-template-rows: repeat(auto-fit, minmax(300px, 1fr)); | grid-template-rows: repeat(auto-fit, minmax(300px, 1fr)); | ||
/* responsive iframe for youtube videos */ | |||
@media screen and (max-width: 750px) { | |||
iframe { | |||
max-width: 100% !important; | |||
width: auto !important; | |||
height: auto !important; | |||
} | |||
} | |||