1
0

Responsive page layout

Este cometimento está contido em:
Dejvino 2023-05-27 05:17:40 +02:00
ascendente 59677e3d7f
cometimento 1744faed05

Ver ficheiro

@ -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>
) )