Reorganize duplicated tailwind code and formatting

This commit is contained in:
prototypa
2022-08-27 01:52:23 -04:00
parent ca01eecc24
commit 212331215b
28 changed files with 424 additions and 950 deletions

View File

@ -2,15 +2,11 @@
---
<section class="flex items-center h-full p-16">
<div
class="container flex flex-col items-center justify-center px-5 mx-auto my-8"
>
<div class="container flex flex-col items-center justify-center px-5 mx-auto my-8">
<div class="max-w-md text-center">
<h2 class="mb-8 font-bold text-9xl">
<span class="sr-only">Error</span>
<span
class="bg-clip-text text-transparent bg-gradient-to-r from-blue-500 to-pink-500"
>404
<span class="bg-clip-text text-transparent bg-gradient-to-r from-blue-500 to-pink-500">404
</span>
</h2>
<p class="text-3xl font-semibold md:text-3xl">
@ -19,12 +15,10 @@
<p class="mt-4 mb-8 text-lg text-gray-600 dark:text-slate-400">
But dont worry, you can find plenty of other things on our homepage.
</p>
<a
rel="noopener noreferrer"
href="/"
class="btn text-white bg-gray-900 hover:bg-gray-800 dark:bg-gray-700 dark:hover:bg-gray-800 ml-4"
>Back to homepage
<a rel="noopener noreferrer" href="/"
class="btn text-white bg-gray-900 hover:bg-gray-800 dark:bg-gray-700 dark:hover:bg-gray-800 ml-4">Back to
homepage
</a>
</div>
</div>
</section>
</section>