Custom 500 page created, started Buttons component customise.

This commit is contained in:
litaesther10
2023-02-15 20:52:12 +01:00
parent 63a35dd3c8
commit 55e4927912
4 changed files with 42 additions and 9 deletions

View File

@ -7,7 +7,9 @@ export default function Custom404() {
return (
<>
<main className="relative min-h-full bg-gray-100 isolate">
<Logo className="absolute w-20 top-10 left-10" />
<div className="absolute top-10 left-10">
<Logo className="w-10 md:w-20" />
</div>
<div className="px-6 py-48 mx-auto text-center max-w-7xl sm:py-40 lg:px-8">
<p className="text-base font-semibold leading-8 text-brown">404</p>