From 50906dd2034ead4cf92e551b00f05bf854e2d931 Mon Sep 17 00:00:00 2001 From: carwack Date: Thu, 4 Mar 2021 12:04:37 +0100 Subject: [PATCH] fix(docs): add pt and pl in navbar instead of using css file --- package.json | 2 ++ website/components/Navbar.vue | 2 ++ 2 files changed, 4 insertions(+) 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" >