Skip to content

Commit

Permalink
fixing res
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin-Dara committed Nov 27, 2024
1 parent bedf76d commit c8d69af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -615,16 +615,16 @@ <h1 style="text-align: center; font-size: 36px; margin-top: 40px; margin-bottom:

.judge-profile-name {
font-weight: bold;
font-size: 12px;
max-width: 120px;
font-size: 11px;
max-width: 150px;
}

.judge-profile-description {
max-width: 120px;
font-weight: bold;
width: 150px;
color: gray;
font-size: 11px;
font-size: 10px;
word-wrap: break-word; /* Ensures long text breaks */
overflow-wrap: break-word; /* Provides better compatibility */
text-align: center; /* Centers the text */
Expand Down

0 comments on commit c8d69af

Please sign in to comment.