diff --git a/package.json b/package.json index 7156a32c..4e839c8b 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,8 @@ "docs:lint": "yarn workspace chakra-ui-docs lint", "theme:dev": "yarn workspace @chakra-ui/theme-vue build", "docs-dev": "yarn workspace chakra-ui-docs dev", + "docs-build": "yarn workspace chakra-ui-docs build", + "docs-serve": "yarn workspace chakra-ui-docs nuxt start", "evalbundle": "bundlesize" }, "dependencies": { diff --git a/website/components/Navbar.vue b/website/components/Navbar.vue index 8e3ffbc5..70ea066a 100644 --- a/website/components/Navbar.vue +++ b/website/components/Navbar.vue @@ -28,6 +28,8 @@ d="flex" align-items="center" list-style-type="none" + pt="8px" + pl="16px" >