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

@@ -179,7 +179,7 @@ $onlineLearningTips = [
<div>
<ul class="<?php
if (count($tip['content']) > 1) {
echo (count($tip['content']) > 1) ? 'list-disc' : '';
echo (count($tip['content']) > 1) ? 'list-disc list-inside' : '';
} ?>">
<?php
foreach ($tip['content'] as $info) { ?>