diff --git a/frontend/src/index.sass b/frontend/src/index.sass index 50af400..0b8b389 100644 --- a/frontend/src/index.sass +++ b/frontend/src/index.sass @@ -95,6 +95,12 @@ label h1 font-size: 2em margin-bottom: 0.5em + text-align: center + +h2 + font-size: 1.5em + margin-bottom: 0.5em + text-align: center .v-layout display: flex diff --git a/frontend/src/pages/CharacterSelection.tsx b/frontend/src/pages/CharacterSelection.tsx index d72e58c..3d8800e 100644 --- a/frontend/src/pages/CharacterSelection.tsx +++ b/frontend/src/pages/CharacterSelection.tsx @@ -24,7 +24,7 @@ export default function CharacterSelection() { return (
-

Talk With...

+

Talk With...

{characters.map(character => ( +
-

Collaborative Learning Page

+

Collaborative Learning

diff --git a/frontend/src/pages/Course.tsx b/frontend/src/pages/Course.tsx index 24a077e..5935c7b 100644 --- a/frontend/src/pages/Course.tsx +++ b/frontend/src/pages/Course.tsx @@ -3,7 +3,7 @@ import NavBar from "../components/NavBar" export default function Course() { return ( -
+

Course Page

diff --git a/frontend/src/pages/Profile.tsx b/frontend/src/pages/Profile.tsx index 13cb052..41fdb8c 100644 --- a/frontend/src/pages/Profile.tsx +++ b/frontend/src/pages/Profile.tsx @@ -16,9 +16,9 @@ export default function Profile() { return (
-

Profile

-

Username: {username}

-

Currently Learning: {getLanguage(username)}

+

Profile

+

Username: {username}

+

Currently Learning: {getLanguage(username)}

diff --git a/frontend/src/pages/Review.tsx b/frontend/src/pages/Review.tsx index 675ac1e..99e71fb 100644 --- a/frontend/src/pages/Review.tsx +++ b/frontend/src/pages/Review.tsx @@ -3,7 +3,7 @@ import NavBar from "../components/NavBar" export default function Review() { return ( -
+

Review Page