MediaWiki:Citizen.css: различия между версиями

Нет описания правки
Нет описания правки
 
Строка 1040: Строка 1040:
   height: 200px;
   height: 200px;
   overflow: hidden;
   overflow: hidden;
  padding: 0;
  margin: 0;
}
}


.character-img {
.character-img {
  width: 100% !important;
  height: 100% !important;
   object-fit: cover;
   object-fit: cover;
   width: 100%;
   display: block;
  height: 100%;
}
}