tweaks
This commit is contained in:
@@ -31,6 +31,10 @@
|
|||||||
@apply list-disc ml-4
|
@apply list-disc ml-4
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ol li {
|
||||||
|
@apply list-decimal ml-6
|
||||||
|
}
|
||||||
|
|
||||||
.table-of-contents li {
|
.table-of-contents li {
|
||||||
@apply list-none
|
@apply list-none
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,12 @@ export default function Home() {
|
|||||||
title={`Hello from ${siteConfig.title}`}
|
title={`Hello from ${siteConfig.title}`}
|
||||||
description="Description will go into a meta tag in <head />"
|
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">
|
<div className="container">
|
||||||
<h1 className="font-ropa-sans text-6xl pb-8 text-indigo-600">
|
<h1 className="font-ropa-sans text-6xl pb-8 text-indigo-600">
|
||||||
{siteConfig.title}
|
{siteConfig.title}
|
||||||
|
|||||||
Reference in New Issue
Block a user