mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
16 lines
265 B
CSS
16 lines
265 B
CSS
#charts-wrapper{
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.chart-container{
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: calc(50% - 15px);
|
|
min-width: 400px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|