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

Commit 3550130

Browse files
committed
docs: fix website
1 parent ca6020f commit 3550130

28 files changed

+34
-213
lines changed

β€Ždocs/Home.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ order: -1
66

77
import { Box } from '@smooth-ui/core-sc'
88

9-
<Box mx="auto" mt={{ sm: 3, md: 5 }} width={500} maxWidth={1}>
9+
<Box mx="auto" mt={{ sm: 3, md: 5 }} width={500} maxWidth="calc(100vw - 50px)">
1010
<img alt="Smooth UI" src="https://raw.githubusercontent.com/smooth-code/smooth-ui/master/resources/smooth-ui-logo.png" width="100%" />
1111
</Box>
1212

β€Ždocs/advanced/AddVariant.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Add variants
3-
menu: 2. Advanced
3+
menu: Advanced
44
---
55

66
import { Playground } from 'docz'

β€Ždocs/advanced/CustomComponent.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Custom component
3-
menu: 2. Advanced
3+
menu: Advanced
44
---
55

66
import { Playground } from 'docz'

β€Ždocs/advanced/ExtendStyles.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Extend Styles
3-
menu: 2. Advanced
3+
menu: Advanced
44
---
55

66
import { Playground } from 'docz'

β€Ždocs/basics/Accessibility.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Accessiblity
3-
menu: 1. Basics
3+
menu: Basics
44
order: 6
55
---
66

β€Ždocs/basics/Emotion.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Usage with Emotion
3-
menu: 1. Basics
3+
menu: Basics
44
order: 5
55
---
66

β€Ždocs/basics/Forms.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Forms
3-
menu: 1. Basics
3+
menu: Basics
44
order: 2
55
---
66

β€Ždocs/basics/Grid.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Grid
3-
menu: 1. Basics
3+
menu: Basics
44
order: 1
55
---
66

β€Ždocs/basics/System.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: System
3-
menu: 1. Basics
3+
menu: Basics
44
order: 4
55
---
66

β€Ždocs/basics/Theming.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Theming
3-
menu: 1. Basics
3+
menu: Basics
44
order: 3
55
---
66

0 commit comments

Comments
Β (0)