From 73cf7686ab120f8e18b15ff926bb46fb2aba9da3 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 12 May 2018 09:33:15 +0200 Subject: Search: Reduce width on mobile --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/App.vue b/src/App.vue index d421c8b..7715d29 100644 --- a/src/App.vue +++ b/src/App.vue @@ -31,7 +31,7 @@ } .search { - width: 500px; + max-width: 500px; margin: 0 auto } -- cgit v1.3.1