More comments and fixes added to top-scorers.css

This commit is contained in:
Lucas Patenaude
2024-04-15 01:35:21 -06:00
parent 6576bd3726
commit 19ca0cd36f

View File

@@ -11,6 +11,7 @@
#top-scorers-stats-container { #top-scorers-stats-container {
/* Table Header Styling */
th th
{ {
border-bottom: 3px solid red; /* Add red bottom border */ border-bottom: 3px solid red; /* Add red bottom border */
@@ -20,6 +21,12 @@
{ {
padding: 3px; padding: 3px;
} }
/* Data in Row Style */
td
{
padding: 5px;
}
} }
/* /*