20 lines
209 B
CSS
20 lines
209 B
CSS
.charsheet__header {
|
|
display: flex;
|
|
}
|
|
|
|
.charsheet__header > div {
|
|
margin: 8px;
|
|
width: 33%;
|
|
}
|
|
|
|
.charsheet__body {
|
|
display: flex;
|
|
}
|
|
|
|
.charsheet__body > div {
|
|
margin: 8px;
|
|
width: 33%;
|
|
}
|
|
|
|
|