diff --git a/src/Navbar/Navbar.module.styl b/src/Navbar/Navbar.module.styl
index c0746bb..4c895d8 100644
--- a/src/Navbar/Navbar.module.styl
+++ b/src/Navbar/Navbar.module.styl
@@ -35,3 +35,7 @@ $height = 76px
&.shown
opacity 1
pointer-events initial
+
+
+.header
+ margin-right 16px
diff --git a/src/Navbar/Navbar.stories.tsx b/src/Navbar/Navbar.stories.tsx
index ac8b1e9..b224544 100644
--- a/src/Navbar/Navbar.stories.tsx
+++ b/src/Navbar/Navbar.stories.tsx
@@ -3,6 +3,8 @@ import React from 'react'
import { Zap, ZapOff } from 'lucide-react'
import Component from '.'
import Text from '../Text'
+import Col from '../Col'
+import Row from '../Row'
export default {
title: 'DZEIO/Navbar',
@@ -42,4 +44,12 @@ Navbar.args = {
name: 'Link',
icon: ZapOff
}],
+ children: (
+
+ Test
+ Test
+ Test
+ Test
+
+ )
}
diff --git a/src/Navbar/index.tsx b/src/Navbar/index.tsx
index 704a1be..3b209dd 100644
--- a/src/Navbar/index.tsx
+++ b/src/Navbar/index.tsx
@@ -52,6 +52,7 @@ interface Props {
* Links to display
*/
menu: Array