Skip to content

Commit

Permalink
clean up font sizing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
profvjreddi committed Dec 3, 2024
1 parent f5eeb3a commit 4c9ad79
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin-right: 120px;
margin-left: 120px;
Expand Down Expand Up @@ -243,7 +242,6 @@ body {
right: 5px;
top: 50%;
transform: translateY(-50%);
font-size: 12px;
transition: transform 0.3s ease;
}
.sortable:checked::after {
Expand Down Expand Up @@ -486,12 +484,10 @@ footer {
box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}


/* General Styles for Small Screens */
@media (max-width: 768px) {
/* Leaderboard Table Styles */
.leaderboard-container table {
font-size: 14px; /* Reduce font size for smaller screens */
}
.leaderboard-container th,
.leaderboard-container td {
Expand Down Expand Up @@ -536,7 +532,6 @@ footer {

/* Body Styles */
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin: 10px 20px; /* Combined shorthand for top, right, bottom, and left margins */
}
Expand Down

0 comments on commit 4c9ad79

Please sign in to comment.