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 f13401f commit 18eb40c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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=1, width=device-width" />
<meta name="viewport" content="minimum-scale=1, initial-scale=10, width=device-width" />
</Head>
<Component {...pageProps} />
<Analytics />
Expand Down
2 changes: 1 addition & 1 deletion styles/typography.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { spacing } from './constants';
const SYSTEM_FONTS =
'var(--font-noto-color-emoji), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"';
const MONOSPACE_FONTS =
'Menlo, var(--font-noto-color-emoji), Monaco, Consolas, "Liberation Mono", "Courier New", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"';
'Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, var(--font-noto-color-emoji), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"';

const constants = {
fontFamily: MONOSPACE_FONTS,
Expand Down

1 comment on commit 18eb40c

@vercel
Copy link

@vercel vercel bot commented on 18eb40c 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.