Skip to content

Commit

Permalink
website: add comment for ellipsis removal on brand title
Browse files Browse the repository at this point in the history
  • Loading branch information
AbcSxyZ committed Jan 16, 2024
1 parent 2f8d5e6 commit bfe4cd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* Style for website powered by Quarto */


/* Avoid ellipsis for the long "Open Source Undefined" brand title on mobile */
@media (max-width: 480px) {
div.navbar-brand-container {
max-width: 80%;
Expand Down

0 comments on commit bfe4cd3

Please sign in to comment.