Fix 404 page squeezed heading

astro
Kamran Ahmed 2 years ago
parent a6855d5c48
commit a178eac1bb
  1. 4
      src/pages/404.astro

@ -11,11 +11,11 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<Icon icon='construction' class='hidden md:block' /> <Icon icon='construction' class='hidden md:block' />
<div class='text-left md:text-left'> <div class='text-left md:text-left'>
<h1 <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! Page not found!
</h1> </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. Sorry, we couldn't find the page you are looking for.
</p> </p>
<p> <p>

Loading…
Cancel
Save