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

Нет описания правки
Нет описания правки
Строка 354: Строка 354:
display: flex;
display: flex;
}
}
.text-right_img {
  display: flex;
  width: 80%;
  justify-content: center;
  margin:auto;
  text-align: justify;
}


@media only screen and (max-width : 750px) {
@media only screen and (max-width : 750px) {
Строка 367: Строка 376:
.box_center {
.box_center {
   width: 100%;
   width: 100%;
}
.about_all {
  width: auto;
}
.text-right_img {
  display: block;
  width: 100%;
}
}


}
}