diff --git a/src/routes/lost-and-found/Lost.svelte b/src/routes/lost-and-found/Lost.svelte index 645e85f..f3de286 100644 --- a/src/routes/lost-and-found/Lost.svelte +++ b/src/routes/lost-and-found/Lost.svelte @@ -1,20 +1,19 @@ -
-
Define your lost item
+
+

Define your lost item

-
-Item:
+
+

Item

+ +
+ +
+

Color

+
+ + {#each OptionColor as color} + + {/each} +
+
-
-Color:
-
-Size:
+
+

Size

+ +
diff --git a/src/routes/lost-and-found/LostAndFound.svelte b/src/routes/lost-and-found/LostAndFound.svelte index ebfc12c..c309d26 100644 --- a/src/routes/lost-and-found/LostAndFound.svelte +++ b/src/routes/lost-and-found/LostAndFound.svelte @@ -14,11 +14,18 @@ }; -

Have you lost or found the item?

- - - - - - - +
+

Have you lost or found the item?

+ + +
+ + \ No newline at end of file diff --git a/src/routes/lost-and-found/LostUploaded.svelte b/src/routes/lost-and-found/LostUploaded.svelte index 7126495..fb7d225 100644 --- a/src/routes/lost-and-found/LostUploaded.svelte +++ b/src/routes/lost-and-found/LostUploaded.svelte @@ -6,7 +6,11 @@ }; -

Your item is uploaded into the LOST-Database.

+ +
+

Your item is uploaded into the LOST-Database.

+
+
@@ -18,12 +22,18 @@ - + .boxes { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + } + \ No newline at end of file