From e3394e29ddf10caf4294105c6d468980911abbbd Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Tue, 1 Feb 2022 17:24:12 -0700 Subject: [PATCH] Amend body width formatting in search css `min-width` is a better field to override than `max-width`, since some users prefer full width results. --- app/static/css/search.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/css/search.css b/app/static/css/search.css index adbb40f..9434ef9 100644 --- a/app/static/css/search.css +++ b/app/static/css/search.css @@ -1,7 +1,7 @@ body { display: block !important; margin: auto !important; - max-width: 736px !important; + min-width: 736px !important; } .autocomplete {