Max height on graphs
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user