Update diagrams for landscape mode
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 14s

This commit is contained in:
2024-03-03 03:31:22 +01:00
parent 6ed5b914e4
commit b250c47cb3
4 changed files with 15 additions and 3 deletions

View File

@ -0,0 +1,11 @@
.chart-container {
width: 100%;
height: 50vh;
}
@media only screen and (orientation: landscape) {
.chart-container {
width: 100%;
height: 100vh;
}
}