All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 15s
11 lines
204 B
CSS
11 lines
204 B
CSS
.chart-container {
|
|
width: 100%;
|
|
height: 50vh;
|
|
}
|
|
|
|
@media only screen and (orientation: landscape) and (max-width: 900px) {
|
|
.chart-container {
|
|
width: 100%;
|
|
height: 100vh;
|
|
}
|
|
} |