mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-16 22:23:59 +02:00
Fix 404 page squeezed heading
This commit is contained in:
@@ -11,11 +11,11 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
<Icon icon='construction' class='hidden md:block' />
|
||||
<div class='text-left md:text-left'>
|
||||
<h1
|
||||
class='font-extrabold text-transparent leading-4 text-2xl md:text-5xl bg-clip-text bg-gradient-to-t from-black to-gray-600'
|
||||
class='font-extrabold text-transparent text-2xl leading-normal md:text-5xl md:leading-normal bg-clip-text bg-gradient-to-t from-black to-gray-600'
|
||||
>
|
||||
Page not found!
|
||||
</h1>
|
||||
<p class='text-md md:text-xl mt-1.5 mb-2'>
|
||||
<p class='text-md md:text-xl mb-2'>
|
||||
Sorry, we couldn't find the page you are looking for.
|
||||
</p>
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user