mirror of
https://github.com/benbusby/whoogle-search.git
synced 2025-07-09 03:04:13 -04:00
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.
This commit is contained in:
parent
9ba73331aa
commit
e3394e29dd
@ -1,7 +1,7 @@
|
||||
body {
|
||||
display: block !important;
|
||||
margin: auto !important;
|
||||
max-width: 736px !important;
|
||||
min-width: 736px !important;
|
||||
}
|
||||
|
||||
.autocomplete {
|
||||
|
Loading…
x
Reference in New Issue
Block a user