Merge pull request #299 from Irev-Dev/kurt/get-docs-deployed
tweaks to test docs build
This commit was merged in pull request #299.
This commit is contained in:
@@ -31,6 +31,10 @@
|
||||
@apply list-disc ml-4
|
||||
}
|
||||
|
||||
ol li {
|
||||
@apply list-decimal ml-6
|
||||
}
|
||||
|
||||
.table-of-contents li {
|
||||
@apply list-none
|
||||
}
|
||||
|
||||
@@ -14,7 +14,12 @@ export default function Home() {
|
||||
title={`Hello from ${siteConfig.title}`}
|
||||
description="Description will go into a meta tag in <head />"
|
||||
>
|
||||
<header className={clsx('bg-pink-100', styles.heroBanner)}>
|
||||
<header
|
||||
className={clsx(
|
||||
'bg-gradient-to-r from-red-300 via-red-200 to-pink-100',
|
||||
styles.heroBanner
|
||||
)}
|
||||
>
|
||||
<div className="container">
|
||||
<h1 className="font-ropa-sans text-6xl pb-8 text-indigo-600">
|
||||
{siteConfig.title}
|
||||
|
||||
Reference in New Issue
Block a user