Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3b67d51

Browse files
committed
fix start page alignment & text
1 parent828ed43 commit3b67d51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎web-app/src/containers/Start/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const styles = {
2929
},
3030
subtitle:{
3131
fontSize:'1.3rem',
32+
textAlign:'center'as'center',
3233
},
3334
options:{
3435
flex:1,
@@ -54,11 +55,10 @@ export const StartPage = (props: Props) => (
5455
<BetaBadge>
5556
<spancss={styles.title}>CodeRoad</span>
5657
</BetaBadge>
57-
<h3css={styles.subtitle}>PlayInteractive CodingTutorials in VSCode</h3>
58-
<p>Learnby codingin a real environment.</p>
58+
<h3css={styles.subtitle}>Play Tutorials in VSCode</h3>
59+
<p>Learn in a real environment.</p>
5960
<p>Instant feedback on save.</p>
60-
<p>Progress saves to Git.</p>
61-
<p>Build your portfolio as you learn.</p>
61+
<p>Build your portfolio and Git timeline.</p>
6262
</div>
6363

6464
<divcss={styles.options}>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp