fix: 404 styling
This commit is contained in:
parent
72c1dca0cc
commit
299527de28
1 changed files with 6 additions and 8 deletions
14
src/404.html
14
src/404.html
|
@ -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>
|
||||
|
|
Reference in a new issue