fix: 404 styling

This commit is contained in:
Cory Dransfeldt 2023-07-09 16:38:03 -07:00
parent 72c1dca0cc
commit 299527de28
No known key found for this signature in database

View file

@ -9,14 +9,12 @@ permalink: 404.html
<h3 class="m-0 text-xl font-bold leading-tight tracking-normal dark:text-gray-200 md:text-2xl mb-6">
What kind of idiots do you have working here?
</h3>
<div class="flex justify-center not-prose">
<a href="/">
<button class="flex flex-row items-start md:items-center font-semibold py-2 px-4 rounded-full text-white dark:text-gray-900 !bg-purple-600 dark:bg-purple-400 hover:bg-purple-500">
<span class="pt-1 md:pt-0 mr-1">
{% heroicon "outline" "receipt-percent" "Receipt" "width=20 height=20" %}
</span>
<span>Skip out on the room service bill</span>
</button>
<div class="flex justify-center">
<a href="/" class="flex flex-row items-start md:items-center font-semibold py-2 px-4 rounded-full !no-underline !text-white dark:text-gray-900 bg-purple-600 dark:bg-purple-400 hover:bg-purple-500">
<span class="pt-1 md:pt-0 mr-1">
{% heroicon "outline" "receipt-percent" "Receipt" "width=20 height=20" %}
</span>
<span>Skip out on the room service bill</span>
</a>
</div>
</div>