Skip to content

Commit

Permalink
BFCL Leaderboard Website Styling Fix (#357)
Browse files Browse the repository at this point in the history
This PR fixes the citation styling on the leaderboard website. It also
shortens the leaderboard column name so that more rows can be displayed
(such as `95th Percentile` to `P95`)
It **does not** change the leaderboard values.
  • Loading branch information
HuanzhiMao authored Apr 17, 2024
1 parent 92189e9 commit 3280b2c
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions assets/css/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ form[name="submit-to-google-sheet"] textarea {
.col-md-6.contact-us {
border-right: none; /* Remove the border line on smaller screens */
}

}

.shorter-container {
Expand All @@ -87,39 +86,3 @@ form[name="submit-to-google-sheet"] textarea {
margin-bottom: 10px; /* Smaller margin for headings */
}


.submit-to-google-sheet {
width: 80%;
margin: 0 auto;
}

@media screen and (max-width: 768px) {
.submit-to-google-sheet {
width: 100%; /* Full width on smaller screens */
}
}

pre {
-webkit-overflow-scrolling: touch;
background-color: #f5f5f5;
color: #4a4a4a;
font-size: 0.875em;
overflow-x: auto;
padding: 1.25rem 1.5rem;
white-space: pre;
word-wrap: normal;
}

pre code {
background-color: transparent;
color: currentColor;
font-size: 1em;
padding: 0;
}

code,
pre {
-moz-osx-font-smoothing: auto;
-webkit-font-smoothing: auto;
font-family: monospace;
}

0 comments on commit 3280b2c

Please sign in to comment.