Skip to content

Commit

Permalink
fix: adjust navbar logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Jun 13, 2023
1 parent c3edece commit 31905b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/logos-docusaurus-theme/src/client/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ small {
}

.navbar__logo {
height: 48px;
height: 40px;
}

.dropdown__link--active {
Expand Down Expand Up @@ -642,7 +642,7 @@ a[class^='sidebarLogo_'] {
margin: 0;

img {
height: 48px;
height: 40px;
}
}

Expand Down

0 comments on commit 31905b6

Please sign in to comment.