Skip to content

Commit

Permalink
Adjust navbar title margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Isti01 committed Mar 16, 2024
1 parent fa49acd commit 82d5e92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/common-components/navigation/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ export const Navbar = () => {
aria-label="Navigáció megnyitása"
/>
</Flex>
<Flex flex={{ base: 1 }} justify={{ base: 'center', md: 'start' }}>
<Flex justify={{ base: 'center', md: 'start' }}>
<Link to="/">
{logoUrl ? (
<Image maxH={16} maxW={28} src={logoUrl} alt={config?.components.app.siteName} />
) : (
<Heading>{config?.components.app.siteName}</Heading>
<Heading my={2}>{config?.components.app.siteName}</Heading>
)}
</Link>
</Flex>
Expand Down

0 comments on commit 82d5e92

Please sign in to comment.