Update table spacing

This commit is contained in:
Werner
2023-06-08 18:40:02 -03:00
parent b96b904d34
commit 4e372fcc08

View File

@ -539,9 +539,10 @@ export default function Home() {
<Button className="ms-4" variant="primary" onClick={nextCycle}>Próximo</Button> <Button className="ms-4" variant="primary" onClick={nextCycle}>Próximo</Button>
</Col> </Col>
</Row> </Row>
<Row className="row my-4"> <hr />
<Row>
<Col> <Col>
<div className="my-4"> <div className="mb-4">
<h3>Instruction Status</h3> <h3>Instruction Status</h3>
</div> </div>
<Table bordered hover> <Table bordered hover>
@ -566,7 +567,7 @@ export default function Home() {
</Table> </Table>
</Col> </Col>
<Col> <Col>
<div className="my-4"> <div className="mb-4">
<h3>Reorder Buffer</h3> <h3>Reorder Buffer</h3>
</div> </div>
<Table bordered hover> <Table bordered hover>
@ -595,9 +596,9 @@ export default function Home() {
</Table> </Table>
</Col> </Col>
</Row> </Row>
<Row className="row my-4"> <Row>
<Col> <Col>
<div className="my-4"> <div className="mb-4">
<h3>Reservation Stations (Load/Store)</h3> <h3>Reservation Stations (Load/Store)</h3>
</div> </div>
<Table bordered hover> <Table bordered hover>
@ -624,7 +625,7 @@ export default function Home() {
</Table> </Table>
</Col> </Col>
<Col> <Col>
<div className="my-4"> <div className="mb-4">
<h3>Reservation Stations</h3> <h3>Reservation Stations</h3>
</div> </div>
<Table bordered hover> <Table bordered hover>
@ -657,7 +658,7 @@ export default function Home() {
</Table> </Table>
</Col> </Col>
</Row> </Row>
<div className="my-4"> <div className="mb-4">
<h3>Registers Status</h3> <h3>Registers Status</h3>
</div> </div>
<Table bordered hover> <Table bordered hover>