mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Display multiple charts per row, reduce overall chart size
This commit is contained in:
15
WebHostLib/static/styles/stats.css
Normal file
15
WebHostLib/static/styles/stats.css
Normal file
@@ -0,0 +1,15 @@
|
||||
#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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user