From eeeffa7945befb68ee24d2739b1c4c118cc714be Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 19 Jun 2016 21:48:04 +0200 Subject: display searchbar correctly on even smaller displays --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 36e7188..812bf55 100644 --- a/templates/index.html +++ b/templates/index.html @@ -44,7 +44,7 @@ } @media screen and (max-width: 600px) { /* "s" */ #searchform { - width: 20em; + width: 30%; } } -- cgit v1.3.1