CSS patch for better pages

This commit is contained in:
fedyna-k
2025-01-16 20:52:22 +01:00
parent 9db89b0343
commit b9094fce01
4 changed files with 20 additions and 8 deletions
+5 -3
View File
@@ -17,9 +17,11 @@ export default async function AppLayout(
return (
<section id="app">
<Navbar currentApp={currentApp} pages={properties.pages} />
<Partial name="body">
<context.Component />
</Partial>
<section id="app-body">
<Partial name="body">
<context.Component />
</Partial>
</section>
</section>
);
}