baseddata.io/static/css/charts.css

20 lines
239 B
CSS
Raw Normal View History

2024-08-07 15:51:19 +01:00
/* Charts */
.chart-flex-container {
display: flex;
}
.chart-flex-container article {
flex: 1;
}
#chart {
width: 100%;
2024-08-08 14:26:55 +01:00
aspect-ratio: 16 / 9;
2024-08-07 15:51:19 +01:00
}
2024-08-08 14:26:55 +01:00
.chart-container {
margin-top: 20px;
display: flex;
justify-content: center;
2024-08-07 15:51:19 +01:00
}