This commit is contained in:
Kurt Hutten
2021-05-01 10:01:15 +10:00
parent e343bca75f
commit f7b86249e6
2 changed files with 10 additions and 1 deletions

View File

@@ -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
} }

View File

@@ -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}