diff --git a/src/app.css b/src/app.css index 15bbed9..cc08bf8 100644 --- a/src/app.css +++ b/src/app.css @@ -1,10 +1,15 @@ +*{ + margin: 0; + box-sizing: border-box; +} + #root { max-width: 1280px; margin: 0 auto; padding: 1vh; text-align: center; display: block; - /*position: relative;*/ + position: relative; } h1 { @@ -20,6 +25,20 @@ h2 { } h3 { + margin-top: 5vh; + margin-bottom: 5vh; font-size: 3vh; } +p { + margin-bottom: 5vh; +} + +.App { + margin: 0 auto; + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-evenly; + width: 50%; +} diff --git a/src/app.jsx b/src/app.jsx index 5b06b61..d4e0bc9 100644 --- a/src/app.jsx +++ b/src/app.jsx @@ -14,15 +14,9 @@ function App() {