Skip to content

Commit f88ff2e

Browse files
committed
fix: footer width should be aligned with main content
1 parent 3ddec99 commit f88ff2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/pages/SideNavLayout/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const Index: FC = () => {
3838
<Outlet />
3939
</div>
4040
</div>
41-
<div className="d-flex justify-content-center">
41+
<div className="d-flex justify-content-center px-0 px-md-4">
4242
<div className="main-mx-with">
4343
<Footer />
4444
</div>

0 commit comments

Comments
 (0)