Difference between revisions of "MediaWiki:Common.css"

374 bytes added ,  16:52, 28 February 2020
no edit summary
Line 7: Line 7:
.page-Main_Page .firstHeading {
.page-Main_Page .firstHeading {
display: none !important;
display: none !important;
}
.home-flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}
.home-flex-container .flex-item {
  background: tomato;
  padding: 5px;
  width: 200px;
  height: 150px;
  margin-top: 10px;
  line-height: 150px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}
}