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.
pull/647/head
Ben Busby 2 years ago
parent 9ba73331aa
commit e3394e29dd
No known key found for this signature in database
GPG Key ID: B9B7231E01D924A1

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

Loading…
Cancel
Save