mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-21 00:04:27 +01:00
a taste of desktop friendliness
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user