We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f381b7 commit 5b19603Copy full SHA for 5b19603
apps/xen-tg-app/src/components/Layout.tsx
@@ -4,7 +4,7 @@ import AnimatedBackground from './AnimatedBackground'
4
5
const Layout: FC<{ children: React.ReactNode }> = ({ children }) => (
6
<ThemeProvider defaultTheme="dark" storageKey="vite-ui-theme">
7
- <div className="relative flex w-full max-w-xl min-w-80 flex-col items-center justify-center gap-5 px-2.5 pt-5 pb-30 text-(--color-main-text)">
+ <div className="relative flex w-full max-w-xl min-w-80 flex-col items-center justify-center gap-5 px-2.5 py-5 text-(--color-main-text)">
8
<AnimatedBackground />
9
{children}
10
</div>
0 commit comments