Skip to content

Commit

Permalink
update section css
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorv74 committed Sep 9, 2023
1 parent 68e25d0 commit ff5e7cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ a:hover {
.judgeSection {
background-color: #f2f2f2;
padding: 20px;
border-radius: 5px;
border-radius: 10px;
margin: 20px auto;
max-width: 600px; /* Limit the width of the judge details for better readability */
}
Expand Down Expand Up @@ -158,7 +158,10 @@ footer {
@media (max-width: 600px) {
.judgeSection {
padding: 10px;
border-radius: 10px; /* Add rounder corners on smaller screens */
margin: 10px; /* Add margin on smaller screens */
}

.judgeSection h2 {
font-size: 18px;
margin-bottom: 10px;
Expand Down

0 comments on commit ff5e7cd

Please sign in to comment.