Template:Sisterprojects/styles.css

From Nova Online Wiki
Revision as of 10:43, 7 November 2024 by Maevings (talk | contribs) (Created page with "#mp-sister-container { display: inline-flex; flex-flow: row wrap; justify-content: space-evenly; margin: 1em 0 0 0; line-height: 1.3em; text-align: left; } .mp-sistericon { display: block; float: left; vertical-align: top; width: 14em; height: 4.5em; } .mp-sistericon-thing { float: left; width: 60px; height: 60px; text-align: center; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
#mp-sister-container {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  margin: 1em 0 0 0;
  line-height: 1.3em;
  text-align: left;
}
.mp-sistericon {
  display: block; 
  float: left;
  vertical-align: top;
  width: 14em;
  height: 4.5em;
}
.mp-sistericon-thing {
  float: left; 
  width: 60px; 
  height: 60px; 
  text-align: center;
}