From 791f87b38f134e2c71165bb4584f4df681f496f0 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Sat, 10 Apr 2021 14:21:35 +0530 Subject: [PATCH] Minor CSS tweaks --- src/App.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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%; }