ui/ux improvements
This commit is contained in:
@@ -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">
|
||||
|
@@ -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">
|
||||
|
Reference in New Issue
Block a user