Only have fixed height on graph on desktop.

This commit is contained in:
2021-02-19 09:23:10 +01:00
parent ac6a5195a5
commit 7e2b5a5bb0

View File

@@ -168,9 +168,12 @@ export default {
@import "@/styles/media-queries.scss";
.chart {
height: 40vh;
max-height: 500px;
width: 100%;
@include desktop {
height: 40vh;
max-height: 500px;
}
}
.year-select {