search complete

This commit is contained in:
prospect
2024-01-18 18:54:23 -05:00
parent 22fb21470f
commit 644954b5e4
14 changed files with 139 additions and 85 deletions

View File

@@ -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>