a taste of desktop friendliness

This commit is contained in:
Paul Miller
2023-04-10 17:34:28 -05:00
parent 7d98ed97df
commit 15c3bf80b7
6 changed files with 29 additions and 30 deletions

View File

@@ -10,7 +10,7 @@ import KitchenSink from './KitchenSink';
export default function App() {
return (
<SafeArea>
<main class='flex flex-col gap-4 py-8 px-4'>
<main class='flex flex-col gap-4 py-8 px-4 max-w-[800px] mx-auto'>
<header>
<img src={logo} class="App-logo" alt="logo" />
</header>