Browse Source

Mobile

master
Dylan Baker 5 years ago
parent
commit
707f028bdd
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      templates/index.tera
  2. 1
    0
      templates/snippets/show.tera

+ 1
- 0
templates/index.tera View File

@@ -7,6 +7,7 @@
7 7
         max-width: 500px;
8 8
       }
9 9
     </style>
10
+    <meta name="viewport" content="width=device-width">
10 11
   </head>
11 12
   <body>
12 13
     <div class="container">

+ 1
- 0
templates/snippets/show.tera View File

@@ -16,6 +16,7 @@
16 16
         max-width: 800px;
17 17
       }
18 18
     </style>
19
+    <meta name="viewport" content="width=device-width">
19 20
   </head>
20 21
   <body>
21 22
     <div class="container">

Loading…
Cancel
Save