MediaWiki:Common.css: Difference between revisions

From NIMBY Rails Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .main-row { display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; } .main-column { display: flex; flex-direction: column; flex-basis: 100%; flex: 1; }")
 
(No difference)

Latest revision as of 16:31, 9 December 2022

/* CSS placed here will be applied to all skins */
.main-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.main-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}