diff --git a/src/App.css b/src/App.css index 795b920..f25cd7b 100644 --- a/src/App.css +++ b/src/App.css @@ -126,18 +126,13 @@ /* Feed */ -.content-container { - display: inline-flex; - position: relative; - top: 5rem; - flex-direction: row; -} - .feed { display: inline-flex; flex-direction: column; + position: relative; align-items: center; width: 90vw; + top: 5rem; } /* Page handling */ diff --git a/src/App.js b/src/App.js index 81153f9..b68b3e8 100644 --- a/src/App.js +++ b/src/App.js @@ -7,10 +7,8 @@ function App() { return (