Fix wishlist style

This commit is contained in:
Jay Trees 2022-02-23 13:33:43 +01:00
parent 8ec5aa3053
commit 0fc471291b

View file

@ -53,6 +53,7 @@ $page->navigation();
</div>
<?php } ?>
<div class="ui horizontal stackable segments">
<div class="ui segment">
<h2 class="ui header">What to do?</h2>
<p>
@ -61,6 +62,8 @@ $page->navigation();
and it will become unavailable for others.
</p>
</div>
</div>
</div>
<div class="wishlist-cards">
<?php
@ -71,7 +74,6 @@ $page->navigation();
);
?>
</div>
</div>
</main>
<?php