Browse Source

Fix mobile view

master
Dylan Baker 4 years ago
parent
commit
40e3a38d64
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      web/views/layout.erb

+ 1
- 0
web/views/layout.erb View File

@@ -3,6 +3,7 @@
3 3
   <head>
4 4
     <title>vlv search</title>
5 5
     <link rel="stylesheet" href="/style.css">
6
+    <meta name="viewport" content="width=device-width;initial-scale=1.0">
6 7
   </head>
7 8
   <body>
8 9
     <div class="container">

Loading…
Cancel
Save