Skip to content

Commit

Permalink
Fix logo height in doc navbar (#2352)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby authored Oct 14, 2024
1 parent 243ee1b commit c646028
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap');

.navbar-brand img {
height: 75px;
}
.navbar-brand {
height: 75px;
}

body {
font-family: 'Open Sans', sans-serif;
}
Expand Down

0 comments on commit c646028

Please sign in to comment.