Template:Monster stats/style.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.stats-header { | |||
font-size: 12px; | font-size: 12px; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.stats-cell { | |||
font-size: 18px; | font-size: 18px; | ||
} | } | ||
.stats { | |||
display: flex; | |||
flex-direction: column; | |||
width: 100%; | width: 100%; | ||
max-width: | max-width: 700px; | ||
} | |||
.stats-row { | |||
display: flex; | |||
flex-direction: row; | |||
justify-content: space-evenly; | |||
} | |||
.stats-header, | |||
.stats-cell { | |||
text-align: center; | |||
} | } |
Latest revision as of 05:55, 13 February 2022
.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;
}