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

Нет описания правки
Нет описания правки
Строка 1237: Строка 1237:
@media screen and (min-width:851px) {
@media screen and (min-width:851px) {
.mobile {
.mobile {
display: none
}
}
@media screen and (max-width:850px) {
.nomobile {
display: none
display: none
}
}
Строка 1249: Строка 1256:
top:20vh;
top:20vh;
margin-left:1em;
margin-left:1em;
}
}
@media screen and (max-width:850px) {
.nomobile {
display: none
}
}
}
}