style: Reduce blame chart height on website

This commit is contained in:
Paul Gauthier 2024-12-26 20:04:37 -04:00 committed by Paul Gauthier (aider)
parent dedbc20ac6
commit 14b274c707

View file

@ -9,7 +9,7 @@
.chart-container {
position: relative;
width: 100%;
height: 360px;
height: 300px;
}
@media (max-width: 768px) {