style: Remove mobile height override for blame chart

This commit is contained in:
Paul Gauthier 2024-12-26 20:11:14 -04:00 committed by Paul Gauthier (aider)
parent 889eb86d89
commit 1467a673b9

View file

@ -11,12 +11,6 @@
width: 100%;
height: 300px;
}
@media (max-width: 768px) {
.chart-container {
height: 480px; /* Taller on mobile */
}
}
</style>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>