Template:Monster stats/style.css

From Campaigns
Revision as of 05:55, 13 February 2022 by Lithl (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.stats-header {
  font-size: 12px;
  font-weight: bold;
}

.stats-cell {
  font-size: 18px;
}

.stats {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
}

.stats-row {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.stats-header,
.stats-cell {
  text-align: center;
}