Show four saved lists per row

This commit is contained in:
grandeljay 2022-06-14 20:04:21 +02:00
parent 973b79c106
commit 75839634f3

View file

@ -17,7 +17,7 @@ $page->navigation();
<div class="ui container">
<h1 class="ui header"><?= $page->title ?></h1>
<div class="ui three column doubling stackable grid wishlists-saved">
<div class="ui four column doubling stackable grid wishlists-saved">
<?php foreach ($user->getSavedWishlists() as $wishlist_saved) { ?>
<?php
$wishlist = new Wishlist($wishlist_saved['wishlist']);