MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Logo */
.vector-header-start .mw-logo {
min-width:10rem !important;
}
.vector-header-start .mw-logo img {
width: 10rem !important;
height: auto !important;
}
.vector-header-start .mw-logo span {
display:none !important;
}


/* InfoBox */
/* InfoBox */
Line 44: Line 56:


.image-flex-basis {
.image-flex-basis {
flex-basis:200px;
flex-basis:150px;
}
}


@media screen and (max-width: 767px){
@media screen and (max-width: 767px){
.main-page-layout{
    .main-page-layout{
flex-direction:column;
      flex-direction:column;
}
  }


.image-flex-basis {
    .image-flex-basis {
flex-basis:300px;
  flex-basis:350px;
}
  }
}
}