diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 1b153d13e..4d32b48a5 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -126,4 +126,4 @@ tr:hover td { background: #DDDDDD; } } #search_submit { position: absolute; top: 6px; right: 3px; border: 0; padding: 6px; background: url('/static/img/search-icon.png'); background-size: 30px 30px; width: 30px; height: 30px; } -#results { margin-left: 10px; } +#results { margin-left: 10px; margin-top: 10px; } diff --git a/searx/templates/results.html b/searx/templates/results.html index fc935c37d..40c20325c 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -1,13 +1,13 @@ {% extends "base.html" %} {% block head %} {% endblock %} {% block content %} -