Max height on graphs

This commit is contained in:
2020-01-23 11:23:07 +01:00
parent 12c5ee3815
commit b571a25b3c
2 changed files with 4 additions and 0 deletions

View File

@@ -134,10 +134,12 @@ export default {
.chart { .chart {
height: 40vh; height: 40vh;
max-height: 364px;
@include mobile { @include mobile {
position: relative; position: relative;
width: 90vw !important; width: 90vw !important;
max-height: unset;
height: 50vh; height: 50vh;
margin-bottom: 2rem; margin-bottom: 2rem;
} }

View File

@@ -109,10 +109,12 @@ export default {
.chart { .chart {
height: 40vh; height: 40vh;
max-height: 364px;
@include mobile { @include mobile {
position: relative; position: relative;
width: 90vw !important; width: 90vw !important;
max-height: unset;
height: 50vh; height: 50vh;
margin-bottom: 2rem; margin-bottom: 2rem;
} }