fix: legal layout

This commit is contained in:
fen 2022-11-21 11:09:04 +08:00
parent 8501ef4c64
commit ae137d912c
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ const Index: FC = () => {
return (
<Container className="pt-4 mt-2 mb-5">
<Row className="justify-content-center">
<Col xxl={12} sm={10} xs={10}>
<Col xxl={10}>
<Nav
className="mb-4 flex-nowrap"
variant="pills"
@ -21,7 +21,7 @@ const Index: FC = () => {
</NavLink>
</Nav>
</Col>
<Col xxl={12} sm={10} xs={10}>
<Col xxl={10}>
<Outlet />
</Col>
</Row>