From 3b67d5128dc39b376a27010a3df3433f32704a0f Mon Sep 17 00:00:00 2001 From: shmck Date: Sat, 21 Mar 2020 18:16:26 -0700 Subject: [PATCH 1/3] fix start page alignment & text --- web-app/src/containers/Start/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web-app/src/containers/Start/index.tsx b/web-app/src/containers/Start/index.tsx index 505df77d..27fa5462 100644 --- a/web-app/src/containers/Start/index.tsx +++ b/web-app/src/containers/Start/index.tsx @@ -29,6 +29,7 @@ const styles = { }, subtitle: { fontSize: '1.3rem', + textAlign: 'center' as 'center', }, options: { flex: 1, @@ -54,11 +55,10 @@ export const StartPage = (props: Props) => ( CodeRoad -

Play Interactive Coding Tutorials in VSCode

-

Learn by coding in a real environment.

+

Play Tutorials in VSCode

+

Learn in a real environment.

Instant feedback on save.

-

Progress saves to Git.

-

Build your portfolio as you learn.

+

Build your portfolio and Git timeline.

From e36650bfd8bce96ae93e501d90cd7b6398e3d57f Mon Sep 17 00:00:00 2001 From: shmck Date: Sat, 21 Mar 2020 18:20:39 -0700 Subject: [PATCH 2/3] add padding to bottom of summary page --- web-app/src/containers/Overview/OverviewPage.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web-app/src/containers/Overview/OverviewPage.tsx b/web-app/src/containers/Overview/OverviewPage.tsx index 004034a0..8b8e8835 100644 --- a/web-app/src/containers/Overview/OverviewPage.tsx +++ b/web-app/src/containers/Overview/OverviewPage.tsx @@ -27,7 +27,7 @@ const styles = { cursor: 'pointer', }, content: { - paddingBottom: '3rem', + paddingBottom: '5rem', }, header: { color: 'white', @@ -110,8 +110,6 @@ const Summary = (props: Props) => (
-
-
{/* TODO Add back button */}

{props.title}

{props.description}

-

- Created by {props.createdBy.name} - Last updated {moment(props.updatedAt).format('M/YYYY')} -

+
+
Created by {props.createdBy.name}
+
Last updated {moment(props.updatedAt).format('M/YYYY')}
+