Template:Monster stats/style.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary Tag: Reverted |
||
Line 9: | Line 9: | ||
.stats { | .stats { | ||
display: flex; | display: inline-flex; | ||
flex-direction: column; | flex-direction: column; | ||
width: 100%; | width: 100%; | ||
Line 16: | Line 16: | ||
.stats-row { | .stats-row { | ||
display: flex; | display: inline-flex; | ||
flex-direction: row; | flex-direction: row; | ||
justify-content: space-evenly; | justify-content: space-evenly; |
Revision as of 05:48, 13 February 2022
.stats-header {
font-size: 12px;
font-weight: bold;
}
.stats-cell {
font-size: 18px;
}
.stats {
display: inline-flex;
flex-direction: column;
width: 100%;
max-width: 600px;
}
.stats-row {
display: inline-flex;
flex-direction: row;
justify-content: space-evenly;
}
.stats-header,
.stats-cell {
text-align: center;
}