Abrir menu principal

Mudanças

MediaWiki:Common.css

66 bytes adicionados, 17h20min de 19 de junho de 2019
sem sumário de edição
/* To make images responsive */
.res-img img {
max-width:100%;
height:auto;
}
 
@media (max-width:629px) {
img#optionalstuff {
display: none;
}
}