15 lines
219 B
CSS
15 lines
219 B
CSS
.history-sections {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.history-sections > div {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.historical-user-stats-container {
|
|
display: flex;
|
|
flex-direction: row;
|
|
column-gap: 48px;
|
|
flex-wrap: wrap;
|
|
} |