Skip to content

Commit

Permalink
Change the CSS the logo for the generated documentation is adaptive
Browse files Browse the repository at this point in the history
- Add a fixed width of the span
- Add a 100% for the img in the span
  • Loading branch information
Dedelweiss committed Apr 5, 2023
1 parent 5c2efc5 commit 1502de2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scaladoc/resources/dotty_res/styles/theme/layout/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@
align-items: center;
}

.logo-container .project-logo {
width: 40px;
}

.logo-container .project-logo img {
max-height: 100%;
max-width: 100%;
}

#mobile-menu-toggle {
display: none;
}
Expand Down

0 comments on commit 1502de2

Please sign in to comment.