more quick styles fix
This commit is contained in:
@@ -62,10 +62,10 @@ require_once(get_theme_file_path('/includes/back-end/helper_functions.php'));
|
||||
</div>
|
||||
|
||||
<div class="px-4">
|
||||
<div class="flex flex-col lg:flex-row items-center py-8 px-4 lg:px-8 rounded-md bg-cadet-200 lg:space-x-4 space-y-4 lg:space-y-0">
|
||||
<div class="flex items-center py-8 px-4 lg:px-8 rounded-md bg-cadet-200 space-x-4">
|
||||
|
||||
<img class="w-24 lg:w-64" src="<?= get_template_directory_uri() ?>/assets/images/people/deputy-grand-chief-derek-fox.png" alt="Deputy Grand Chief">
|
||||
<div class="text-center lg:text-left">
|
||||
<div>
|
||||
<p class="mb-2 font-medium">Derek Fox</p>
|
||||
<p>Deputy Grand Chief</p>
|
||||
</div>
|
||||
@@ -90,7 +90,7 @@ require_once(get_theme_file_path('/includes/back-end/helper_functions.php'));
|
||||
<li>In any case, this handbook has information to help you on this next step in your education journey</li>
|
||||
</ul>
|
||||
|
||||
<div class="flex flex-col lg:flex-row items-center py-4 lg:py-8 px-4 lg:px-8 bg-cadet-200 space-x-4">
|
||||
<div class="flex items-center py-4 lg:py-8 px-4 lg:px-8 bg-cadet-200 space-x-4">
|
||||
|
||||
<img class="w-24 lg:w-64 object-cover object-top" src="<?= get_template_directory_uri() ?>/assets/images/people/bachelor-of-nursing-student.png" alt="Congratulation Quote Student">
|
||||
|
||||
|
Reference in New Issue
Block a user