style(dashboard): make home page container responsive padding

Adjust AppShell padding to responsive values and add a CSS module that
handles container top and side padding for different breakpoints,
replacing the previous fixed `pt="xl"` usage.
This commit is contained in:
claude_code
2026-06-22 03:27:40 +03:00
parent 2846830bf7
commit b60190ff1e
3 changed files with 16 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ export default function GlobalAppShell({
collapsed: { mobile: !isAsideOpen, desktop: !isAsideOpen },
}
}
padding="md"
padding={{ base: "xs", sm: "md" }}
>
<AppShell.Header px="md" className={classes.header}>
<AppHeader />