Decrease diagram height on large screens
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 14s
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 14s
This commit is contained in:
@ -1,6 +1,13 @@
|
||||
.chart-container {
|
||||
width: 100%;
|
||||
height: 50vh;
|
||||
height: 40vh;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 900px) {
|
||||
.chart-container {
|
||||
width: 100%;
|
||||
height: 50vh;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (orientation: landscape) and (max-width: 900px) {
|
||||
|
Reference in New Issue
Block a user