diff --git a/formula10/static/style/diagram.css b/formula10/static/style/diagram.css index a015382..ec9fc09 100644 --- a/formula10/static/style/diagram.css +++ b/formula10/static/style/diagram.css @@ -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) {