Responsive page layout
This commit is contained in:
+9
-3
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user