Skip to content

Commit

Permalink
style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Jun 17, 2024
1 parent ac585a6 commit 5652982
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
5 changes: 2 additions & 3 deletions frontend/src/pages/Parts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@ const Parts = () => {
return (
<Container
fluid
className="d-flex justify-content-center align-items-center"
style={{ height: "100vh" }}
className="d-flex justify-content-center align-items-center mt-5"
>
<Row className="w-100">
<Row className="w-0">
<Col className="d-flex justify-content-center align-items-center">
<Spinner animation="border" />
</Col>
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/pages/Robots.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ const Robots = () => {
return (
<Container
fluid
className="d-flex justify-content-center align-items-center"
style={{ height: "100vh" }}
className="d-flex justify-content-center align-items-center mt-5"
>
<Row className="w-100">
<Col className="d-flex justify-content-center align-items-center">
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/pages/YourParts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ const YourParts = () => {
return (
<Container
fluid
className="d-flex justify-content-center align-items-center"
style={{ height: "100vh" }}
className="d-flex justify-content-center align-items-center mt-5"
>
<Row className="w-100">
<Col className="d-flex justify-content-center align-items-center">
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/pages/YourRobots.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ const YourRobots = () => {
return (
<Container
fluid
className="d-flex justify-content-center align-items-center"
style={{ height: "100vh" }}
className="d-flex justify-content-center align-items-center mt-5"
>
<Row className="w-100">
<Col className="d-flex justify-content-center align-items-center">
Expand Down

0 comments on commit 5652982

Please sign in to comment.