starting page transitions and gestures
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user