浏览代码

Mobile

master
Dylan Baker 6 年前
父节点
当前提交
707f028bdd
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1
    0
      templates/index.tera
  2. 1
    0
      templates/snippets/show.tera

+ 1
- 0
templates/index.tera 查看文件

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

+ 1
- 0
templates/snippets/show.tera 查看文件

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

正在加载...
取消
保存