diff --git a/src/components/App.tsx b/src/components/App.tsx index b8f85bf..d465b79 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -42,7 +42,7 @@ const style: CSSProperties = { flexDirection: 'column', alignItems: 'center', width: '30rem', - maxWidth: '30rem', + maxWidth: '100%', marginLeft: 'auto', marginRight: 'auto', }; @@ -61,7 +61,7 @@ export default function App() { const user = useMe(); const notifications = useNotifications(); return ( -