Skip to content

Commit

Permalink
mobile tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
mimecuvalo committed Nov 24, 2023
1 parent 18eb40c commit 3436657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/content/ContentBase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function ContentBase(

<Grid container flexWrap="nowrap" alignItems="flex-start">
<SiteMap content={content} username={username} />
<Box sx={{ mt: { xs: 6, md: 0 }, px: { xs: 2, md: 0 } }}>{children}</Box>
<Box sx={{ mt: { xs: 8, md: 0 }, px: { xs: 2, md: 0 } }}>{children}</Box>
</Grid>
</Container>
</ThemeProvider>
Expand Down
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function MyApp({ Component, emotionCache = clientSideEmotionCache, pageProps }:
>
<Header />
<Head>
<meta name="viewport" content="minimum-scale=1, initial-scale=10, width=device-width" />
<meta name="viewport" content="minimum-scale=0.1, initial-scale=0.1, width=device-width" />
</Head>
<Component {...pageProps} />
<Analytics />
Expand Down

1 comment on commit 3436657

@vercel
Copy link

@vercel vercel bot commented on 3436657 Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.