diff --git a/src/App.css b/src/App.css index 485192d..3b21e5c 100644 --- a/src/App.css +++ b/src/App.css @@ -7,10 +7,11 @@ } .filters { + margin-top: 2em; width: 10%; - position: fixed; + position: sticky; align-self: flex-start; - top: 200px; + top: 2em; right: 10%; padding: 0%; } @@ -20,6 +21,7 @@ display: flex; flex-wrap: wrap; justify-content: space-evenly; + align-items: center; width: 60%; }