Skip to content

Commit 42130d0

Browse files
Update leaderboard.html
1 parent 1d09c9e commit 42130d0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

leaderboard.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -224,15 +224,7 @@
224224
padding: 8px; /* Reduce overall padding */
225225
}
226226

227-
/* Table cell adjustments for readability on small screens */
228-
th, td {
229-
padding: 6px 4px; /* Reduce padding inside table cells */
230-
font-size: 0.85em; /* Slightly smaller text in tables for tight fit */
231-
}
232-
table {
233-
min-width: 100%; /* Ensure table utilizes all available width */
234-
font-size: 0.9em;
235-
}
227+
236228
}
237229
/* Media Queries for Leaderboard specific elements */
238230
@media (max-width: 768px) {

0 commit comments

Comments
 (0)