forked from zaclys/searxng
[fix] syggestions max width
This commit is contained in:
parent
444416a9ed
commit
cb15a21681
|
@ -412,6 +412,7 @@ tr {
|
||||||
#suggestions, #answers {
|
#suggestions, #answers {
|
||||||
|
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
max-width: 54em;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue