style: Add margin below leaderboard title for better spacing

This commit is contained in:
Paul Gauthier (aider) 2025-04-14 14:08:52 -07:00
parent a4e9539040
commit 4e9de4d51b

View file

@ -96,6 +96,9 @@ human intervention.
</table>
<style>
#leaderboard-title {
margin-bottom: 20px; /* Add space below the title */
}
tr.selected {
color: #0056b3;
}