diff --git a/src/App.css b/src/App.css index b9d355d..fc87797 100644 --- a/src/App.css +++ b/src/App.css @@ -1,7 +1,7 @@ #root { max-width: 1280px; margin: 0 auto; - padding: 2rem; + padding: 3rem; text-align: center; } diff --git a/src/App.tsx b/src/App.tsx index 876325f..336db60 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,7 +3,7 @@ import * as React from 'react' const App: React.FC = () => { return ( <> -