summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/src/less/index.less
diff options
context:
space:
mode:
Diffstat (limited to 'searx/static/themes/simple/src/less/index.less')
-rw-r--r--searx/static/themes/simple/src/less/index.less11
1 files changed, 6 insertions, 5 deletions
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;
}