Skip to content

Commit

Permalink
Remove indentation on slide-slow links
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Sep 14, 2024
1 parent 9db3b89 commit d0648f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/modules/random_media/slide-show.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ use Illuminate\Support\Collection;
<?php endforeach ?>
</p>

<ul class="fa-ul wt-slide-show-links">
<ul class="fa-ul mx-0 wt-slide-show-links">
<?php foreach ($linked_individuals as $individual) : ?>
<li class="wt-slide-show-link">
<span class="fa-li" title="<?= I18N::translate('Individual') ?>"><?= view('icons/individual') ?></span>
Expand Down

0 comments on commit d0648f1

Please sign in to comment.