starting grammar sweep
This commit is contained in:
@@ -29,11 +29,11 @@ require_once(get_theme_file_path('/includes/back-end/helper_functions.php'));
|
||||
|
||||
?>
|
||||
|
||||
<li class="category-cards px-2 flex rounded-md shadow-md relative overflow-hidden w-full" style="background-image: url('<?php echo get_template_directory_uri(); ?>/assets/images/bgs/<?php echo $pageBG ?>');">
|
||||
<li class="category-cards h-16 flex rounded-md shadow-md relative overflow-hidden w-full" style="background-image: url('<?php echo get_template_directory_uri(); ?>/assets/images/bgs/<?php echo $pageBG ?>');">
|
||||
|
||||
<a class="relative w-full text-center py-4 space-y-2 flex items-center flex-col justify-center" href="<?php echo $pageSlug ?>">
|
||||
|
||||
<div class="bg-blue-500 bg-opacity-50 rounded-md py-2 px-2">
|
||||
<div class="absolute inset-0 flex items-center justify-center h-full bg-blue-500 bg-opacity-50 rounded-md py-2 px-2">
|
||||
<!-- <i class="<?php echo $pageBootstrapIcon ?> text-2xl" aria-hidden="true"></i> -->
|
||||
<h2 class="text-sm font-medium text-white"><?php echo $pageTitle ?></h2>
|
||||
<!-- <p class="font-medium lg:text-center"><?php echo get_field('description', $pageID); ?></p> -->
|
||||
|
Reference in New Issue
Block a user