MediaWiki:Common.css: Difference between revisions

From Kanthaus wiki
...
move more relevant css from roombox to here
Line 3: Line 3:
.infoboxOuter {
.infoboxOuter {
   width: 200px;
   width: 200px;
  box-sizing: border-box;
  float: right;
  margin: 0.5rem;
}
}



Revision as of 18:51, 21 November 2024

/* CSS placed here will be applied to all skins */

.infoboxOuter {
  width: 200px;
  box-sizing: border-box;
  float: right;
  margin: 0.5rem;
}

@media (max-width: 500px) {
  .infoboxOuter {
    width: 100%;;
  }
}