summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2018-05-12 09:33:15 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2018-12-13 16:59:22 +0100
commit73cf7686ab120f8e18b15ff926bb46fb2aba9da3 (patch)
tree779b8a4843dfb976045e52bc8023d48ac980c17e
parent28d29b9f6b3e8184270f1b00123e88d863b6c9c1 (diff)
downloadbrokentalents-73cf7686ab120f8e18b15ff926bb46fb2aba9da3.tar.gz
brokentalents-73cf7686ab120f8e18b15ff926bb46fb2aba9da3.zip
Search: Reduce width on mobile
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
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
}
</style>