From 6204ef665f5418ed7b4b188e04d36f3c685f5fd3 Mon Sep 17 00:00:00 2001 From: MrPaulBlack Date: Mon, 18 Oct 2021 21:57:32 +0200 Subject: [simple theme] define device width with less vars in defenition.less --- searx/static/themes/simple/src/less/index.less | 4 ++-- 1 file changed, 2 insertions(+), 2 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 a74988a72..64bfda06a 100644 --- a/searx/static/themes/simple/src/less/index.less +++ b/searx/static/themes/simple/src/less/index.less @@ -35,7 +35,7 @@ } } -@media screen and (max-width: 80em) { +@media screen and (max-width: @tablet) { div.title { h1 { font-size: 1em; @@ -47,7 +47,7 @@ } } -@media screen and (max-width: 50em) { +@media screen and (max-width: @phone) { #main_index { margin-top: 0; } -- cgit v1.2.3