Responsive page layout

This commit is contained in:
Dejvino 2023-05-27 05:17:40 +02:00
parent 59677e3d7f
commit 1744faed05

View File

@ -23,9 +23,15 @@ export default function Home() {
</Row> </Row>
</Col> </Col>
</Row> </Row>
<Row>
<Col xs={12} xl={7}>
<Row><WorkExperience /></Row> <Row><WorkExperience /></Row>
<Row><Education /></Row> <Row><Education /></Row>
</Col>
<Col>
<Row><Skills /></Row> <Row><Skills /></Row>
</Col>
</Row>
<Row><Footer /></Row> <Row><Footer /></Row>
</Container> </Container>
) )