diff --git a/AquaNet/src/pages/MaiPhoto.svelte b/AquaNet/src/pages/MaiPhoto.svelte index b76e78ca..51514385 100644 --- a/AquaNet/src/pages/MaiPhoto.svelte +++ b/AquaNet/src/pages/MaiPhoto.svelte @@ -15,10 +15,10 @@
-

Here you can see the pictures you have uploaded.

+

Here you can see the pictures you have uploaded from mai.

{#each photos as photo} - Memorial + Memorial {/each} {#if photos.length === 0}

There are no photos available. Try uploading some!

@@ -31,7 +31,8 @@ .pictures display: flex - flex-direction: column + flex-wrap: wrap justify-content: center + row-gap: 1rem gap: 1rem