Skip to content

Commit 8e8e785

Browse files
committed
better subheading size
1 parent 8c9c2ba commit 8e8e785

File tree

1 file changed

+3
-3
lines changed
  • packages/docs/src/pages/getting-started

1 file changed

+3
-3
lines changed

packages/docs/src/pages/getting-started/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ However, if you would prefer a minimal installation, you can instead start with
99

1010
## Setup
1111

12-
#### 1. Install Theme UI:
12+
### 1. Install Theme UI:
1313

1414
```sh
1515
npm i theme-ui
1616
```
1717

18-
#### 2. Create a theme object
18+
### 2. Create a theme object
1919
Include custom color, typography, and layout values:
2020

2121
```js
@@ -40,7 +40,7 @@ If you're using Gatsby, see the [Getting Started with Gatsby](/getting-started/g
4040

4141
</Note>
4242

43-
#### 3. Add the theme to your application
43+
### 3. Add the theme to your application
4444

4545
Using the `ThemeProvider`, pass in the `theme` object as a prop:
4646

0 commit comments

Comments
 (0)