Skip to content

Commit e7b760b

Browse files
committed
chore: update @grapp/nextra-theme
1 parent ec38ac2 commit e7b760b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/bun.lockb

0 Bytes
Binary file not shown.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"typescript": "^5.0.0"
2121
},
2222
"dependencies": {
23-
"@grapp/nextra-theme": "0.4.7"
23+
"@grapp/nextra-theme": "0.4.8"
2424
}
2525
}

docs/pages/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ import IconExtension from '../components/svg/icon-extension.svg';
2727
>
2828
</Hero>
2929
<Features
30+
className="pb-12"
3031
preview={
31-
<div className="lg:pr-16">
32+
<div className="lg:pr-6">
3233
<video controls={false} autoPlay={true} muted={true} loop={true} style={{ borderRadius: 8 }}>
3334
<source src="/gifs/hero.mp4" type="video/mp4" />
3435
Your browser does not support the video tag.

0 commit comments

Comments
 (0)