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