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.
main
Ben Busby 2022-02-01 17:24:12 -07:00
parent 9ba73331aa
commit e3394e29dd
No known key found for this signature in database
GPG Key ID: B9B7231E01D924A1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
body {
display: block !important;
margin: auto !important;
max-width: 736px !important;
min-width: 736px !important;
}
.autocomplete {