Skip to content

Commit

Permalink
Update content container lg width
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Xu committed Jan 23, 2025
1 parent 0dee8eb commit 2343b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/client/src/components/AppContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const AppContent = () => {
<CContainer className="px-4" lg>
<Suspense fallback={<CSpinner color="primary" />}>
<Row className="justify-content-center">
<Col xs="12" md="11" lg="10">
<Col xs="12" md="11" lg="11">
<Routes>
{routes.map((route, idx) => {
return (
Expand Down

0 comments on commit 2343b69

Please sign in to comment.