Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit a1f47dd

Browse files
Merge pull request #394 from carwack/fix/fix-styling-navbar
fix(docs): add pt and pl in navbar instead of using css file
2 parents 991a271 + 40e8a82 commit a1f47dd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"docs:lint": "yarn workspace chakra-ui-docs lint",
4242
"theme:dev": "yarn workspace @chakra-ui/theme-vue build",
4343
"docs-dev": "yarn workspace chakra-ui-docs dev",
44+
"docs-build": "yarn workspace chakra-ui-docs build",
45+
"docs-serve": "yarn workspace chakra-ui-docs nuxt start",
4446
"evalbundle": "bundlesize"
4547
},
4648
"dependencies": {

website/components/Navbar.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
d="flex"
2929
align-items="center"
3030
list-style-type="none"
31+
pt="8px"
32+
pl="16px"
3133
>
3234
<CBox :display="['none', 'none', 'block']" as="li" mr="2">
3335
<span id="github-star-button" />

0 commit comments

Comments
 (0)