From af76ed1b79b9c9f483f25aae6dca69e7473659ac Mon Sep 17 00:00:00 2001 From: Brittny Lapierre Date: Sat, 2 Dec 2023 11:36:12 -0500 Subject: [PATCH] Line up search form --- app/assets/stylesheets/application.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 3b84efbfb..4fe8ef909 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -59,6 +59,9 @@ footer { color: white !important; border: none !important; } +#pvSearchForm { + padding: 0.5rem; +} #pvSearch { max-width: 26rem; min-width: 19rem;