MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 88: | Line 88: | ||
grid-template-rows: repeat(auto-fit, minmax(300px, 1fr)); | grid-template-rows: repeat(auto-fit, minmax(300px, 1fr)); | ||
} | } | ||
/* Mobile fix for DivToc layout */ | |||
@media screen and (max-width: 700px) { | |||
.tocdiv { | |||
display: block !important; | |||
} | |||
.tocdiv > div { | |||
width: 100% !important; | |||
margin: 0 !important; | |||
} | |||
} | |||
/* responsive iframe for youtube videos */ | /* responsive iframe for youtube videos */ | ||