diff options
Diffstat (limited to 'components/topnav.tsx')
-rw-r--r-- | components/topnav.tsx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/components/topnav.tsx b/components/topnav.tsx index a46f38f..083471d 100644 --- a/components/topnav.tsx +++ b/components/topnav.tsx @@ -70,7 +70,11 @@ export default function Navbar() { width="100%" pt="5px" > - <Container maxW="xl"> + <Container + maxW="xl" + mt="0" + mb="1" + > <HStack> <Heading flex={[1,1,0,0]}>Michal </Heading> <Navigation/> |