MediaWiki:Common.css: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 3123: | Строка 3123: | ||
grid-template-columns: 1fr !important; | grid-template-columns: 1fr !important; | ||
} | } | ||
} | |||
.grid-item-adaptive { | |||
display: grid; | |||
gap: 8px; | |||
grid-template-columns: repeat(auto-fit, minmax(clamp(150px, 25vw, 300px), 1fr)); | |||
} | } | ||