From 0650e73b12ae68ab6b74f61bc33b3597a6393e50 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Thu, 28 Oct 2021 21:02:39 +0200 Subject: [mod] simple theme: SearXNG logo --- searx/static/themes/simple/src/less/index.less | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'searx/static/themes/simple/src/less/index.less') diff --git a/searx/static/themes/simple/src/less/index.less b/searx/static/themes/simple/src/less/index.less index 6d9e530f9..b30dad1d2 100644 --- a/searx/static/themes/simple/src/less/index.less +++ b/searx/static/themes/simple/src/less/index.less @@ -1,5 +1,5 @@ #main_index { - margin-top: 24vh; + margin-top: 26vh; #linkto_preferences { right: 1.8rem; @@ -10,14 +10,15 @@ text-align: center; .title { - background: url('../img/searx.png') no-repeat; - width: 100%; - min-height: 80px; + background: url('../img/searxng.png') no-repeat; + min-height: 4rem; + margin: 4rem auto; background-position: center; + background-size: contain; } h1 { - font-size: 5em; + font-size: 4em; visibility: hidden; } -- cgit v1.2.3