From d964d1e2754363750ef0c30edc9dec496c4d604c Mon Sep 17 00:00:00 2001 From: Sanjit Joseph <78522615+sm-joseph@users.noreply.github.com> Date: Wed, 30 Nov 2022 18:01:33 -0800 Subject: [PATCH] Edit style for search bar --- source/static/homepage.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/static/homepage.css b/source/static/homepage.css index c605c40..1295b07 100644 --- a/source/static/homepage.css +++ b/source/static/homepage.css @@ -54,6 +54,10 @@ body { justify-content: center; } +#sort{ + margin-right: 1em; +} + .search-bar > form { float: right; padding: 6px 10px;