internal pages completed

This commit is contained in:
prospect
2024-01-16 21:51:39 -05:00
parent a1527fcf30
commit d0c3923e4c
51 changed files with 1284 additions and 92 deletions

View File

@@ -79,7 +79,7 @@ $studentFinancialTerms = [
<div>
<ul class="<?php
if (count($term['content']) > 1) {
echo (count($term['content']) > 1) ? 'list-disc' : '';
echo (count($term['content']) > 1) ? 'list-disc list-inside' : '';
} ?>">
<?php
foreach ($term['content'] as $info) { ?>
@@ -121,7 +121,7 @@ $studentFinancialTerms = [
</div>
</div>
</div>
<div class="py-8 space-y-4 px-4 lg:w-1/2 mx-auto">