Skip to content

Commit

Permalink
style: Remove mobile height override for blame chart
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Dec 27, 2024
1 parent 889eb86 commit 1467a67
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions aider/website/_includes/blame.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1467a67

Please sign in to comment.