ui/ux improvements

This commit is contained in:
Prospect
2024-02-26 15:13:47 -05:00
parent 05a7c54baa
commit 14abe15f7b
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ $statesOfWellness = [
<li class="accordion bg-<?= $state['color']['bg'] ?> text-<?= $state['color']['text'] ?>">
<div class="relative flex px-2 rounded-md justify-between">
<div href="" class="gap-x-3 rounded-md p-2 text-sm leading-6 font-semibold flex items-center align-middle">
<p><?php echo $state['title'] ?></p>
<p class="pr-4"><?php echo $state['title'] ?></p>
</div>
<button class="accordion-toggle absolute inset-0 flex w-full h-full">

View File

@@ -64,7 +64,7 @@ $safetyPrecaution = [
<li class="accordion precautions-columns">
<div class="relative flex px-2 rounded-md justify-between">
<div href="" class="gap-x-3 rounded-md p-2 text-sm leading-6 font-semibold flex items-center align-middle">
<p><?php echo $precaution['title'] ?></p>
<p class="pr-4"><?php echo $precaution['title'] ?></p>
</div>
<button class="accordion-toggle absolute inset-0 flex w-full h-full">