summaryrefslogtreecommitdiff
path: root/src/components/layout.tsx
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-04-23 12:19:07 -0600
committerHombreLaser <sebastian-440@live.com>2023-04-23 12:19:07 -0600
commit9a5b4259808d719a531eca18dff993eeeff71bc1 (patch)
tree8237b8bf54688c7704f55be531ce20684f0b6cc4 /src/components/layout.tsx
parenta417af928cd42e8a6749d69ac661182b3e1249a8 (diff)
Simplificada interfaz
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>
</>