Skip to content

Commit

Permalink
Fix: logo image stretching vertically (#689)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
choldgraf and pre-commit-ci[bot] authored Feb 27, 2023
1 parent 70e8ade commit 30d0c2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sphinx_book_theme/assets/styles/components/_logo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@
white-space: normal;
text-align: center;
}
// Prevent images from stretching vertically
.logo__image {
height: unset;
}
}

0 comments on commit 30d0c2d

Please # to comment.