Skip to content

Commit 8d1eeba

Browse files
author
UniverseBible
committed
page2 style fix with page1
1 parent c9042e6 commit 8d1eeba

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/pages/PageTwo/index.js

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@ import CssBaseline from '@material-ui/core/CssBaseline';
99
import css from './index.module.less'
1010

1111

12+
const header = {
13+
width: "100%",
14+
height: "50px",
15+
backgroundColor: "#20477A"
16+
}
17+
18+
const subtitle = {
19+
width: "90%",
20+
height: "5%",
21+
textAlign: 'left',
22+
fontWeight: 'bold',
23+
color: '#fff',
24+
letterSpacing: '2px',
25+
float: 'left',
26+
marginTop: '0px',
27+
marginLeft: '25px',
28+
}
1229

1330
const useStyles = makeStyles((theme) => ({
1431
'@global': {
@@ -127,7 +144,11 @@ class PageTwo extends React.Component {
127144
render() {
128145
return (
129146
<React.Fragment>
147+
<div style={header}>
148+
<h3 style={subtitle}>Build Visualisation From VFG file</h3>
149+
</div>
130150
<div>
151+
131152
<div className={css.buttonBox}>
132153
<Container maxWidth="sm" component="main" className={useStyles.heroContent}>
133154
<Typography variant="h4" align="center" color="textPrimary" component="p">

0 commit comments

Comments
 (0)