summaryrefslogtreecommitdiff
path: root/src/components/layout.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/layout.tsx')
-rw-r--r--src/components/layout.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/layout.tsx b/src/components/layout.tsx
index 50d335e..4988ecc 100644
--- a/src/components/layout.tsx
+++ b/src/components/layout.tsx
@@ -10,7 +10,7 @@ export default function Layout(props: Props) {
return(
<>
<Navbar />
- <div id="page-content-wrapper">
+ <div id="page-content-wrapper container-fluid">
{ props.children }
</div>
</>