modified css

This commit is contained in:
Matthis FAUVET 2024-06-21 21:30:35 +02:00
parent 3969a68feb
commit 2eb54a24d8

View File

@ -18,7 +18,7 @@
</form>
</div>
<div class="flex flex-wrap px-12 justify-stretch mt-8">
<div class="flex flex-wrap px-12 justify-between mt-8">
<div each={ album in state.items } class="item mb-4 border border-solid rounded-lg h-64 flex justify-center items-center">
<p> { album.name } </p>
</div>