diff --git a/docs/_static/searxng.css b/docs/_static/searxng.css index 46787350d..67480bf85 100644 --- a/docs/_static/searxng.css +++ b/docs/_static/searxng.css @@ -1,3 +1,10 @@ +.content { + width: 52em; /* instead of 46em */ +} + +p code.literal { + text-wrap: nowrap; +} aside.sidebar { border-color: lightsteelblue;