Mudanças entre as edições de "MediaWiki:Common.css"
De Wiki AnDes Sistemas
| Linha 1: | Linha 1: | ||
| − | |||
.central { | .central { | ||
| − | display: | + | display: grid; |
| − | + | grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); | |
gap: 20px; | gap: 20px; | ||
| − | + | align-items: start; | |
} | } | ||
.painel { | .painel { | ||
| − | + | border: 1px solid #ccc; | |
| + | padding: 15px; | ||
| + | background-color: #fff; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
| − | |||
} | } | ||
| − | |||
Edição das 23h53min de 7 de novembro de 2025
.central { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; align-items: start; } .painel { border: 1px solid #ccc; padding: 15px; background-color: #fff; box-sizing: border-box; }