Skip to content

Commit 955f354

Browse files
committed
Remove decorators
1 parent 7bb6532 commit 955f354

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

core-concepts/themes.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,14 @@ export const ThemeCard = ({ title, value, description, href }) => {
3131
);
3232
};
3333

34-
<div className="pt-10 px-4 px-4 max-w-2xl mx-auto prose prose-gray">
35-
36-
<label className="eyebrow h-5 text-primary dark:text-primary-light text-sm font-semibold">Core Concepts</label>
37-
<h1 className="mt-1 mb-2 text-2xl sm:text-3xl text-gray-900 tracking-tight dark:text-gray-200 font-semibold">Themes</h1>
38-
<label className="text-lg prose prose-gray dark:prose-invert">Custom the appearance of your documentation<br /><br />Configure [theme](/core-concepts/settings#param-theme) in docs.json using one of the following themes.</label>
34+
<div className="pt-10 pb-24 px-4 px-4 max-w-3xl mx-auto prose prose-gray">
35+
<label className="eyebrow h-5 text-primary dark:text-primary-light text-sm font-semibold">Core Concepts</label>
36+
<h1 className="mt-1 mb-2 text-2xl sm:text-3xl text-gray-900 tracking-tight dark:text-gray-200 font-semibold">Themes</h1>
37+
<label className="text-lg prose prose-gray dark:prose-invert">Custom the appearance of your documentation<br /><br />Configure [theme](/core-concepts/settings#param-theme) in docs.json using one of the following themes.</label>
3938

4039
<br />
4140

42-
<div className="mt-8 grid grid-cols-1 sm:grid-cols-2 gap-8 not-prose">
41+
<div className="mt-10 grid grid-cols-1 sm:grid-cols-2 gap-8 not-prose">
4342

4443
<ThemeCard title="Mint" value="mint" description="Classic documentation theme with time-tested layouts and familiar navigation." href="https://mint.mintlify.app" />
4544

0 commit comments

Comments
 (0)