Template:KeyMoves/style.css

Template page
Revision as of 16:13, 8 July 2021 by RogerDodger (talk | contribs) (Created page with "→‎gonna rewrite this to use a grid layout tomorrow: .key-move { min-width: 20px; width: calc(20vw - 32px); max-width: 80px; } .key-moves-legend .key-move { wid...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* gonna rewrite this to use a grid layout tomorrow */

.key-move {
   min-width: 20px;
   width: calc(20vw - 32px);
   max-width: 80px;
}

.key-moves-legend .key-move {
  width: 30px;
}

.key-moves td {
   text-align: center;
}

.key-move.primary { height: 1.8ex; }
.key-move.secondary { height: 1.2ex; }
.key-move.extra { height: 0.6ex; }

.key-moves-cropheader {
  display: none;
}

@media (max-width: 560px) {  
  .key-moves-cropheader {
    display: inline;
  }
  
  .key-moves-fullheader {
    display: none;
  }
}