modified css

This commit is contained in:
Matthis FAUVET 2024-06-21 21:25:31 +02:00
parent 24ecc11263
commit 3969a68feb

View File

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