diff --git a/client/src/App.css b/client/src/App.css index 928f575..522f5b9 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -1,8 +1,8 @@ #root { width: 100%; max-width: 100%; - margin: 0 auto; - padding: 2rem; + margin: 0; + padding: 0 1rem; text-align: center; } diff --git a/client/src/index.css b/client/src/index.css index 08a3ac9..05adb3a 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -27,7 +27,6 @@ body { display: flex; place-items: center; min-width: 320px; - min-height: 100vh; } h1 { diff --git a/client/src/pages/MainPage.tsx b/client/src/pages/MainPage.tsx index 730eb5f..3ec6190 100644 --- a/client/src/pages/MainPage.tsx +++ b/client/src/pages/MainPage.tsx @@ -54,11 +54,11 @@ export const MainPage = () => { } return ( - +
{
- + -
+