starting page transitions and gestures

This commit is contained in:
prospect
2024-01-18 23:41:32 -05:00
parent 644954b5e4
commit 391c87f83f
5 changed files with 69 additions and 28 deletions

View File

@@ -15,7 +15,7 @@
?>
</head>
<body class="h-screen overflow-hidden bg-blue-500" <?php body_class(); ?>>
<body id="content-container" class="h-screen overflow-hidden bg-blue-500" <?php body_class(); ?>>
<?php wp_body_open(); ?>
<main class="h-screen overflow-hidden">
@@ -96,7 +96,7 @@
?>
<li class="accordion">
<div class="flex lg:px-2 hover:bg-gray-800 rounded-md justify-between">
<div class="flex px-2 hover:bg-gray-800 rounded-md justify-between">
<a href="<?php echo get_site_url() . '/' . $pageSlug; ?>" class="gap-x-3 rounded-md p-2 text-sm leading-6 font-semibold flex items-center align-middle">
<i class="<?php echo $pageBootstrapIcon ?> text-2xl" aria-hidden="true"></i>
<p><?php echo $pageTitle ?></p>