MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 73: | Line 73: | ||
height: auto; | height: auto; | ||
} | } | ||
/* responsive table of contents with introduction */ | |||
.tocdiv { | |||
display: grid; | |||
grid-gap: 10px; | |||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); | |||
grid-template-rows: repeat(2, 300px); | |||
grid-template-rows: repeat(auto-fit, minmax(300px, 1fr)); | |||