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,7 +1,14 @@
|
|||||||
|
.chart-container {
|
||||||
|
width: 100%;
|
||||||
|
height: 40vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 900px) {
|
||||||
.chart-container {
|
.chart-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50vh;
|
height: 50vh;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (orientation: landscape) and (max-width: 900px) {
|
@media only screen and (orientation: landscape) and (max-width: 900px) {
|
||||||
.chart-container {
|
.chart-container {
|
||||||
|
Reference in New Issue
Block a user