Responsive page layout
This commit is contained in:
parent
59677e3d7f
commit
1744faed05
@ -23,9 +23,15 @@ export default function Home() {
|
||||
</Row>
|
||||
</Col>
|
||||
</Row>
|
||||
<Row><WorkExperience /></Row>
|
||||
<Row><Education /></Row>
|
||||
<Row><Skills /></Row>
|
||||
<Row>
|
||||
<Col xs={12} xl={7}>
|
||||
<Row><WorkExperience /></Row>
|
||||
<Row><Education /></Row>
|
||||
</Col>
|
||||
<Col>
|
||||
<Row><Skills /></Row>
|
||||
</Col>
|
||||
</Row>
|
||||
<Row><Footer /></Row>
|
||||
</Container>
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user