Skip to content

Commit

Permalink
change image size
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirgeb committed Feb 9, 2020
1 parent 5d7aa7a commit 144ac97
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="A computer based test for CCTI Training Institute" />
<meta name="author" content="Gabriel Aniora - [email protected]" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down
8 changes: 4 additions & 4 deletions src/Components/routes/SubmitResponse.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ const styles = theme => ({
},
[theme.breakpoints.only('lg')]: {
height: "40%",
width: "85%",
width: "65%",
},
[theme.breakpoints.only('xl')]: {
height: "70%",
width: "85%",
width: "70%",
},
},
btn: {
Expand Down Expand Up @@ -195,8 +195,8 @@ class SubmitResponse extends Component {
<Typing >
<Typography className={classes.typo} variant="headline" component="h3">
<ul className={classes.ul}>
<li className={classes.li}> <Typing.Delay ms={1500} />Hi - <Typing.Delay ms={1000} /> <strong> guest </strong> <Typing.Delay ms={500} /> </li>
<li className={classes.li}> Your score is {guestScore} <Typing.Delay ms={1500} /></li>
<li className={classes.li}> <Typing.Delay ms={1500} />Hi - <Typing.Delay ms={1000} /> <strong> guest <i>!</i> </strong> <Typing.Delay ms={500} /> </li>
<li className={classes.li}> You scored {guestScore} <Typing.Delay ms={1500} /></li>
</ul>
</Typography>
</Typing> :
Expand Down
6 changes: 3 additions & 3 deletions src/Components/routes/Timeout.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ const styles = theme => ({
img: {
[theme.breakpoints.only('md')]: {
height: "40%",
width: "85%",
width: "80%",
},
[theme.breakpoints.only('lg')]: {
height: "40%",
width: "85%",
width: "65%",
},
[theme.breakpoints.only('xl')]: {
height: "70%",
width: "85%",
width: "70%",
},
},
btn: {
Expand Down
6 changes: 3 additions & 3 deletions src/Components/routes/pageNotFound.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ const styles = theme => ({
img: {
[theme.breakpoints.only('md')]: {
height: "40%",
width: "85%",
width: "80%",
},
[theme.breakpoints.only('lg')]: {
height: "40%",
width: "85%",
width: "65%",
},
[theme.breakpoints.only('xl')]: {
height: "70%",
width: "85%",
width: "70%",
},
},
btn: {
Expand Down

0 comments on commit 144ac97

Please sign in to comment.