diff --git a/src/lib/components/UserListed.svelte b/src/lib/components/UserListed.svelte index 2666b6a..babe819 100644 --- a/src/lib/components/UserListed.svelte +++ b/src/lib/components/UserListed.svelte @@ -1,6 +1,6 @@ -
+
- +

Rowblox

diff --git a/src/routes/(app)/+page.svelte b/src/routes/(app)/+page.svelte index 1d01f83..cc2d5e0 100644 --- a/src/routes/(app)/+page.svelte +++ b/src/routes/(app)/+page.svelte @@ -13,12 +13,21 @@
-
+

Friends

View All
+ + + + + + + + +
@@ -28,4 +37,11 @@ View All
+ + + + + + +
diff --git a/src/routes/(app)/games/+page.svelte b/src/routes/(app)/games/+page.svelte index 146c10b..a9a8b6d 100644 --- a/src/routes/(app)/games/+page.svelte +++ b/src/routes/(app)/games/+page.svelte @@ -7,9 +7,19 @@
-

Games

+

Games

+ + Create Game
+ + + + + + + + diff --git a/tailwind.config.cjs b/tailwind.config.cjs index cc1363e..6ae27f5 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -5,7 +5,7 @@ module.exports = { container: { center: true, padding: { - "2xl": "12rem" + "2xl": "16rem" } }, extend: {}