This commit is contained in:
Thomas Peterson 2024-05-27 14:39:19 +00:00
parent 2733a46bf0
commit f7c80b50f8

View File

@ -1,5 +1,5 @@
<div class="hidden md:block">
<ul class="flex m-auto mb-4 w-80 text-highlight">
<ul class="flex m-auto mb-4 justify-center text-highlight">
<?php
$articleGroups = $this->Articlegroup()->getTree();
foreach ($articleGroups as $articleGroup) { ?>