Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Join the Playtest on Steam Now: SpiritVale

MediaWiki:Mobile.css: Difference between revisions

MediaWiki interface page
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 221: Line 221:
   height:12px;
   height:12px;
   pointer-events:none;
   pointer-events:none;
}
/* Meta row: keep 2 columns and center the group away from edges */
.sv-skill-card .sv-skill-meta,
.sv-gi-card .sv-skill-meta{
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  max-width:360px;
  margin-left:auto;
  margin-right:auto;
  justify-content:center;
}
}


}
}