fixing overspilling charts on mobile

This commit is contained in:
Andy Pack 2022-10-01 23:36:06 +01:00
parent c412c25fca
commit 32cb4a8c7d
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -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) {