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

Нет описания правки
Нет описания правки
Строка 25: Строка 25:
}
}


@media (max-width: 700px) {
.banner_bottom {
.banner_top img{
    width:720px;
     display: none;
     margin:auto;  
}
}
.banner_bottom img:hover {
    transition: all 0.5s;
    transform: scale(1.01);
}
}