diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-12 09:33:15 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 16:59:22 +0100 |
| commit | 73cf7686ab120f8e18b15ff926bb46fb2aba9da3 (patch) | |
| tree | 779b8a4843dfb976045e52bc8023d48ac980c17e /src | |
| parent | 28d29b9f6b3e8184270f1b00123e88d863b6c9c1 (diff) | |
| download | brokentalents-73cf7686ab120f8e18b15ff926bb46fb2aba9da3.tar.gz brokentalents-73cf7686ab120f8e18b15ff926bb46fb2aba9da3.zip | |
Search: Reduce width on mobile
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.vue | 2 |
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> |
