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