Browse Source

Fix mobile view

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

Loading…
Cancel
Save