All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 14s
18 lines
323 B
CSS
18 lines
323 B
CSS
.chart-container {
|
|
width: 100%;
|
|
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) {
|
|
.chart-container {
|
|
width: 100%;
|
|
height: 100vh;
|
|
}
|
|
} |