fixing overspilling charts on mobile
This commit is contained in:
parent
c412c25fca
commit
32cb4a8c7d
@ -30,7 +30,9 @@ $shadow-color: #1e1e1e;
|
||||
}
|
||||
|
||||
.chart-card {
|
||||
width: 500px;
|
||||
// width: 500px;
|
||||
width: 100%;
|
||||
max-width: max-content;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
@ -48,6 +50,10 @@ $shadow-color: #1e1e1e;
|
||||
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
.chart-card {
|
||||
width: 500px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
|
Loading…
Reference in New Issue
Block a user