MediaWiki:Minerva.css: Difference between revisions

No edit summary
No edit summary
Line 98: Line 98:
@media(max-width:719px){
@media(max-width:719px){
.branding-box{max-width: calc(100% - 111px)}
.branding-box{max-width: calc(100% - 111px)}
}
.select-mobile a:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right:7px;
  background: url(/resources/assets/ico_lang.svg) no-repeat left center;
  background-size: 38px;
}
}