diff --git a/src/app.css b/src/app.css index ecd4bac..a81581d 100644 --- a/src/app.css +++ b/src/app.css @@ -1,3 +1,5 @@ +@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap"); + @tailwind base; @tailwind components; @tailwind utilities; @@ -7,7 +9,7 @@ body { @apply text-black; padding: 0; margin: 0; - font-family: Helvetica; + font-family: "Roboto", sans-serif; } .scrolling-background { diff --git a/src/routes/(app)/+error.svelte b/src/routes/(app)/+error.svelte index 44475dc..469268d 100644 --- a/src/routes/(app)/+error.svelte +++ b/src/routes/(app)/+error.svelte @@ -10,7 +10,7 @@

Please try again later, or report this incident to a Rowblox developer if it persists.

- Go Back - Go Home + Go Back + Go Home
diff --git a/src/routes/(app)/+layout.svelte b/src/routes/(app)/+layout.svelte index c718cb0..806c401 100644 --- a/src/routes/(app)/+layout.svelte +++ b/src/routes/(app)/+layout.svelte @@ -6,32 +6,17 @@ Games Catalog Forums - + - + 100 diff --git a/src/routes/(app)/games/+page.svelte b/src/routes/(app)/games/+page.svelte index ecb9176..146c10b 100644 --- a/src/routes/(app)/games/+page.svelte +++ b/src/routes/(app)/games/+page.svelte @@ -1,29 +1,15 @@ + + Games - Rowblox -
-

Games

- +
+

Games

+ + Create Game
- -
-
-

ORC Court

- -

Welcome to Court!

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