Template:Monster stats/style.css

From Campaigns
Jump to navigation Jump to search
.stats-header {
  font-size: 12px;
  font-weight: bold;
}

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

.stats {
  display: table;
  width: 100%;
  max-width: 600px;
}

.stats-row {
  display: table-row;
}

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