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