search complete
This commit is contained in:
8
404.php
8
404.php
@@ -1,9 +1,9 @@
|
||||
<!-- Get Header -->
|
||||
<?php get_header(); ?>
|
||||
|
||||
<section class="h-full overflow-scroll no-scrollbar bg-white pt-28 pb-32">
|
||||
<section class="h-full overflow-scroll no-scrollbar bg-white pt-16 pb-24">
|
||||
|
||||
<div class="h-screen lg:h-full flex flex-col justify-center">
|
||||
<div class="flex flex-col justify-center">
|
||||
|
||||
<div class="flex flex-col items-center py-8 justify-center">
|
||||
<!-- Logo -->
|
||||
@@ -17,7 +17,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Category Pages Section -->
|
||||
<div class="px-2 py-4 bg-cadet-200">
|
||||
<div class="px-2 pt-4 pb-8 bg-cadet-200">
|
||||
<div class="flex items-center justify-center">
|
||||
<h1 class="font-medium text-2xl p-4">Visit category pages</h1>
|
||||
<i class="bi-arrow-down inline font-medium text-2xl p-4"></i>
|
||||
@@ -45,7 +45,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="flex items-center justify-center my-8">
|
||||
<div class="flex items-center justify-center my-4">
|
||||
<a class="flex flex-col items-center space-x-4" href="<?php echo get_site_url(); ?>">
|
||||
<div class="flex items-center justify-center">
|
||||
<h1 class="font-medium text-2xl p-4">Go home</h1>
|
||||
|
Reference in New Issue
Block a user