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
parent
9ba73331aa
commit
e3394e29dd
|
@ -1,7 +1,7 @@
|
||||||
body {
|
body {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
margin: auto !important;
|
margin: auto !important;
|
||||||
max-width: 736px !important;
|
min-width: 736px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.autocomplete {
|
.autocomplete {
|
||||||
|
|
Loading…
Reference in New Issue