diff --git a/dashboard/web/src/app/globals.css b/dashboard/web/src/app/globals.css index 35df2dc..5705f97 100644 --- a/dashboard/web/src/app/globals.css +++ b/dashboard/web/src/app/globals.css @@ -6,3 +6,9 @@ html, body { font-family: var(--ml-font-body), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; } + +@media (max-width: 767px) { + main { + padding-top: 3.5rem; + } +} diff --git a/dashboard/web/src/app/layout.tsx b/dashboard/web/src/app/layout.tsx index ebc2f27..bf96923 100644 --- a/dashboard/web/src/app/layout.tsx +++ b/dashboard/web/src/app/layout.tsx @@ -39,7 +39,7 @@ export default function RootLayout({