commit 271f6f6b1075b02138c955e346dfd1d8062418d2 parent 9b02865ea2452f66ab224cfa1bd4855594978eff Author: Antoine Amarilli <a3nm@a3nm.net> Date: Tue, 20 Feb 2018 18:57:58 +0100 mobile styling Diffstat:
static/mobile.css | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/static/mobile.css b/static/mobile.css @@ -1,11 +1,11 @@ header #nsyl { - width: 3em; + width: 2em; } header #query { - width: 10em; + width: 8em; } header label { - font-size: 70%; + font-size: 60%; }