Skip to content

Commit

Permalink
Update logo dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
zenoachtig committed Dec 12, 2024
1 parent 860f57c commit ef4d2d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gitbook/src/components/Header/HeaderLogo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ export function HeaderLogo(props: HeaderLogoProps) {
'object-contain',
'object-left',
'min-w-20',
'max-w-48',
'max-w-40',
'lg:max-w-64',
'max-h-10',
'lg:max-h-10',
'lg:max-h-12',
)}
/>
) : (
Expand Down

0 comments on commit ef4d2d3

Please sign in to comment.