diff --git a/src/index.css b/src/index.css index 827599b..07001cd 100644 --- a/src/index.css +++ b/src/index.css @@ -1 +1,4 @@ -body { margin: 0; } \ No newline at end of file +body { + margin: 0; + display:block; +} \ No newline at end of file diff --git a/src/layouts/AppLayout.jsx b/src/layouts/AppLayout.jsx index bca9457..837bd11 100644 --- a/src/layouts/AppLayout.jsx +++ b/src/layouts/AppLayout.jsx @@ -47,7 +47,7 @@ export default function AppLayout() { }); return ( -